ManagedInstanceEncryptionProtectorProperties interface
Properties for an encryption protector execution.
Properties
| auto |
Key auto rotation opt-in flag. Either true or false. |
| server |
The name of the managed instance key. |
| server |
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. |
| thumbprint | Thumbprint of the server key. |
| uri | The URI of the server key. |
Property Details
autoRotationEnabled
Key auto rotation opt-in flag. Either true or false.
autoRotationEnabled?: boolean
Property Value
boolean
serverKeyName
The name of the managed instance key.
serverKeyName?: string
Property Value
string
serverKeyType
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
serverKeyType: string
Property Value
string
thumbprint
Thumbprint of the server key.
thumbprint?: string
Property Value
string
uri
The URI of the server key.
uri?: string
Property Value
string