A shared credential.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| category | CredentialType | element | 0/1 | Gets the category. | |
| credentialFormat | CredentialFormat | element | 0/1 | Gets the credential format | |
| description | string | element | 0/1 | Gets the description. | |
| keyPairName | string | element | 0/1 | the keyPairName | |
| name | string | element | 0/1 | the name | |
| password | string | element | 0/1 | Gets the password. | |
| rsa | string | element | 0/1 | Retrieves the RSA key value | |
| username | string | element | 0/1 | Gets the username. | |
Properties inherited from ManagedObjectReference |
|||||
| displayName | string | element | 0/1 | Gets the display name. | |
| id | long | element | 1/1 | The unique id of the managed object this refers to. | |
| type | ManagedObjectType | element | 0/1 | The type of managed object this refers to. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<Credential> <username>...</username> <password>...</password> <category>...</category> <description>...</description> <name>...</name> <keyPairName>...</keyPairName> <rsa>...</rsa> <credentialFormat>...</credentialFormat> <displayName>...</displayName> <type>...</type> <id>...</id> </Credential>