DatabaseKey interface
Database level key used for encryption at rest.
Properties
creation |
The database key creation date. NOTE: This property will not be serialized. It can only be populated by the server. |
subregion | Subregion of the server key. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbprint | Thumbprint of the database key. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The database key type. Only supported value is 'AzureKeyVault'. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationDate
The database key creation date. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
subregion
Subregion of the server key. NOTE: This property will not be serialized. It can only be populated by the server.
subregion?: string
Property Value
string
thumbprint
Thumbprint of the database key. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string
type
The database key type. Only supported value is 'AzureKeyVault'. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string