Package version:

Interface ServerKey

A server 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 server 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.

location?: string

Resource location. 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 server key type like 'ServiceManaged', 'AzureKeyVault'.

subregion?: string

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

thumbprint?: string

Thumbprint of the server 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 server key. If the ServerKeyType is AzureKeyVault, then the URI is required.

Generated using TypeDoc