ManagedInstanceKeyProperties interface

Properties for a key execution.

Properties

autoRotationEnabled

Key auto rotation opt-in flag. Either true or false.

creationDate

The key creation date.

serverKeyType

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

thumbprint

Thumbprint of the key.

uri

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

Property Details

autoRotationEnabled

Key auto rotation opt-in flag. Either true or false.

autoRotationEnabled?: boolean

Property Value

boolean

creationDate

The key creation date.

creationDate?: Date

Property Value

Date

serverKeyType

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

serverKeyType: string

Property Value

string

thumbprint

Thumbprint of the key.

thumbprint?: string

Property Value

string

uri

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

uri?: string

Property Value

string