Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientEncryptionKeyGetPropertiesResource

Package version

Hierarchy

Index

Properties

Optional encryptionAlgorithm

encryptionAlgorithm: undefined | string

Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.

Optional etag

etag: undefined | string

A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Name of the ClientEncryptionKey

Optional keyWrapMetadata

keyWrapMetadata: KeyWrapMetadata

Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.

Optional rid

rid: undefined | string

A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ts

ts: undefined | number

A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional wrappedDataEncryptionKey

wrappedDataEncryptionKey: Uint8Array

Wrapped (encrypted) form of the key represented as a byte array.

Generated using TypeDoc