ManagerExtendedInfo interface
The extended info of the manager.
- Extends
Properties
algorithm | Represents the encryption algorithm used to encrypt the other keys. None - if EncryptionKey is saved in plain text format. AlgorithmName - if encryption is used |
encryption |
Represents the CEK of the resource |
encryption |
Represents the Cert thumbprint that was used to encrypt the CEK |
etag | ETag of the Resource |
integrity |
Represents the CIK of the resource |
portal |
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. |
version | Represents the version of the ExtendedInfo object being persisted |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
algorithm
Represents the encryption algorithm used to encrypt the other keys. None - if EncryptionKey is saved in plain text format. AlgorithmName - if encryption is used
algorithm: string
Property Value
string
encryptionKey
Represents the CEK of the resource
encryptionKey?: string
Property Value
string
encryptionKeyThumbprint
Represents the Cert thumbprint that was used to encrypt the CEK
encryptionKeyThumbprint?: string
Property Value
string
etag
ETag of the Resource
etag?: string
Property Value
string
integrityKey
Represents the CIK of the resource
integrityKey: string
Property Value
string
portalCertificateThumbprint
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
portalCertificateThumbprint?: string
Property Value
string
version
Represents the version of the ExtendedInfo object being persisted
version?: string
Property Value
string
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript