GetManagerExtendedInfoResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val encryptionKey: String? = null

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
val etag: String? = null

The etag of the resource.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Represents the CIK of the resource.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The name of the object.

Link copied to clipboard

Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard
val version: String? = null

The version of the extended info being persisted.