ManagedInstanceKeyProperties interface

用於金鑰執行的屬性。

屬性

autoRotationEnabled

金鑰自動輪替選擇加入旗標。 True 或 false。

creationDate

金鑰創建日期。

serverKeyType

密鑰類型,例如 'ServiceManaged'、'AzureKeyVault'。

thumbprint

鑰匙的拇指指紋。

uri

金鑰的 URI。 如果 ServerKeyType 是 AzureKeyVault,則需要 URI。

屬性詳細資料

autoRotationEnabled

金鑰自動輪替選擇加入旗標。 True 或 false。

autoRotationEnabled?: boolean

屬性值

boolean

creationDate

金鑰創建日期。

creationDate?: Date

屬性值

Date

serverKeyType

密鑰類型,例如 'ServiceManaged'、'AzureKeyVault'。

serverKeyType: string

屬性值

string

thumbprint

鑰匙的拇指指紋。

thumbprint?: string

屬性值

string

uri

金鑰的 URI。 如果 ServerKeyType 是 AzureKeyVault,則需要 URI。

uri?: string

屬性值

string