vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - CryptoKeyId(vim.encryption.CryptoKeyId)
- Property of
 - BaseConfigInfoFileBackingInfo, ClusterComputeResourceCryptoModePolicy, CryptoKeyPlain, CryptoKeyResult, CryptoManagerHostKeyStatus, CryptoManagerKmipCryptoKeyStatus, CryptoSpecDeepRecrypt, CryptoSpecEncrypt, CryptoSpecRegister, CryptoSpecShallowRecrypt, EncryptionKeyRequired, HostRuntimeInfo, ToolsConfigInfo, VirtualDiskFlatVer2BackingInfo, VirtualDiskSeSparseBackingInfo, VirtualDiskSparseVer2BackingInfo, VirtualMachineConfigInfo, VmConfigFileEncryptionInfo, VmDiskFileEncryptionInfo
 - Parameter to
 - ConfigureCryptoKey, GetCryptoKeyStatus, QueryCryptoKeyStatus, RemoveKey, RemoveKeys, SetKeyCustomAttributes
 - Returned by
 - ListKeys
 - Extends
 - DynamicData
 - See also
 - KeyProviderId
 - Since
 - vSphere API Release 6.5
 
Data Object Description
Data Object representing a cryptographic key.Properties
| Name | Type | Description | 
|---|---|---|
| keyId | xsd:string | 
         Unique key ID.
 When creating a key may be replaced with the ID generated by the KMS
 server.
 An empty string must be used when encrypting with a Trusted Key Provider,
 because the key is generated at the time of encryption.
       | 
| providerId* | KeyProviderId | 
         The provider holding the key data.
 May be ignored if the key is known to be stored in another provider.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |