Package version:

Interface ManagedInstanceKey

A managed instance key.

Hierarchy

Properties

autoRotationEnabled?: boolean

Key auto rotation opt-in flag. Either true or false. NOTE: This property will not be serialized. It can only be populated by the server.

creationDate?: Date

The key creation date. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

kind?: string

Kind of encryption protector. This is metadata used for the Azure portal experience. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

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

serverKeyType?: string

The key type like 'ServiceManaged', 'AzureKeyVault'.

thumbprint?: string

Thumbprint of the key. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

uri?: string

The URI of the key. If the ServerKeyType is AzureKeyVault, then the URI is required.

Generated using TypeDoc