ManagerExtendedInfo interface

The extended info of the manager.

Extends

Properties

algorithm

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

encryptionKey

Represents the CEK of the resource.

encryptionKeyThumbprint

Represents the Cert thumbprint that was used to encrypt the CEK.

etag

The etag of the resource.

integrityKey

Represents the CIK of the resource.

portalCertificateThumbprint

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

version

The version of the extended info being persisted.

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

kind

The Kind of the object. Currently only Series8000 is supported

name

The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type

The hierarchical type of the object. 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 keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted

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

The 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

The version of the extended info being persisted.

version?: string

Property Value

string

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

kind

The Kind of the object. Currently only Series8000 is supported

kind?: "Series8000"

Property Value

"Series8000"

Inherited From BaseModel.kind

name

The name of the object. 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 hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type