ManagedInstanceKeyProperties interface
Properties for a key execution.
Properties
| auto |
Key auto rotation opt-in flag. Either true or false. |
| creation |
The key creation date. |
| server |
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