ClientEncryptionKeyGetPropertiesResource interface

model interface ClientEncryptionKeyGetPropertiesResource

Extends

Properties

etag

A system generated property representing the resource etag required for optimistic concurrency control.

rid

A system generated property. A unique identifier.

ts

A system generated property that denotes the last updated timestamp of the resource.

Inherited Properties

encryptionAlgorithm

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

id

Name of the ClientEncryptionKey

keyWrapMetadata

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

wrappedDataEncryptionKey

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

Property Details

etag

A system generated property representing the resource etag required for optimistic concurrency control.

etag?: string

Property Value

string

rid

A system generated property. A unique identifier.

rid?: string

Property Value

string

ts

A system generated property that denotes the last updated timestamp of the resource.

ts?: number

Property Value

number

Inherited Property Details

encryptionAlgorithm

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

encryptionAlgorithm?: string

Property Value

string

Inherited From ClientEncryptionKeyResource.encryptionAlgorithm

id

Name of the ClientEncryptionKey

id?: string

Property Value

string

Inherited From ClientEncryptionKeyResource.id

keyWrapMetadata

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

keyWrapMetadata?: KeyWrapMetadata

Property Value

Inherited From ClientEncryptionKeyResource.keyWrapMetadata

wrappedDataEncryptionKey

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

wrappedDataEncryptionKey?: Uint8Array

Property Value

Uint8Array

Inherited From ClientEncryptionKeyResource.wrappedDataEncryptionKey