ManagedInstanceKey interface

受控實例金鑰。

Extends

屬性

autoRotationEnabled

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

creationDate

金鑰建立日期。

kind

加密保護裝置的種類。 這是用於 Azure 入口網站體驗的元數據。

serverKeyType

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

thumbprint

金鑰的指紋。

uri

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

繼承的屬性

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

資源的名稱

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

type

資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

屬性詳細資料

autoRotationEnabled

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

autoRotationEnabled?: boolean

屬性值

boolean

creationDate

金鑰建立日期。

creationDate?: Date

屬性值

Date

kind

加密保護裝置的種類。 這是用於 Azure 入口網站體驗的元數據。

kind?: string

屬性值

string

serverKeyType

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

serverKeyType?: string

屬性值

string

thumbprint

金鑰的指紋。

thumbprint?: string

屬性值

string

uri

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

uri?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源的名稱

name?: string

屬性值

string

繼承自ProxyResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

systemData?: SystemData

屬性值

繼承自ProxyResource.systemData

type

資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

type?: string

屬性值

string

繼承自ProxyResource.type