Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagerExtendedInfo

Package version

interface

An interface representing ManagerExtendedInfo. The extended info of the manager.

extends

BaseModel

Hierarchy

Index

Properties

algorithm

algorithm: string
member

{string} 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

Optional encryptionKey

encryptionKey: undefined | string
member

{string} [encryptionKey] Represents the CEK of the resource

Optional encryptionKeyThumbprint

encryptionKeyThumbprint: undefined | string
member

{string} [encryptionKeyThumbprint] Represents the Cert thumbprint that was used to encrypt the CEK

Optional etag

etag: undefined | string
member

{string} [etag] ETag of the Resource

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

integrityKey

integrityKey: string
member

{string} integrityKey Represents the CIK of the resource

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional portalCertificateThumbprint

portalCertificateThumbprint: undefined | string
member

{string} [portalCertificateThumbprint] Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional version

version: undefined | string
member

{string} [version] Represents the version of the ExtendedInfo object being persisted

Generated using TypeDoc