Get Manager Extended Info Result
data class GetManagerExtendedInfoResult(val algorithm: String, val azureApiVersion: String, val encryptionKey: String? = null, val encryptionKeyThumbprint: String? = null, val etag: String? = null, val id: String, val integrityKey: String, val kind: String? = null, val name: String, val portalCertificateThumbprint: String? = null, val type: String, val version: String? = null)
The extended info of the manager.
Constructors
Link copied to clipboard
constructor(algorithm: String, azureApiVersion: String, encryptionKey: String? = null, encryptionKeyThumbprint: String? = null, etag: String? = null, id: String, integrityKey: String, kind: String? = null, name: String, portalCertificateThumbprint: String? = null, type: String, version: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Represents the CEK of the resource.
Link copied to clipboard
Represents the Cert thumbprint that was used to encrypt the CEK.
Link copied to clipboard
Represents the CIK of the resource.
Link copied to clipboard
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.