ServerKey interface

伺服器金鑰。

Extends

屬性

autoRotationEnabled

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

creationDate

伺服器金鑰建立日期。

keyVersion

伺服器金鑰的版本。

kind

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

location

資源位置。

serverKeyType

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

subregion

伺服器索引鍵的子區域。

thumbprint

伺服器金鑰的指紋。

uri

伺服器金鑰的 URI。 如果 ServerKeyType 是 AzureKeyVault,則需要 URI。 AKV URI 必須採用以下格式:“https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersion”或可以是“https://YourVaultName.vault.azure.net/keys/YourKeyName”

繼承的屬性

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

keyVersion

伺服器金鑰的版本。

keyVersion?: string

屬性值

string

kind

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

kind?: string

屬性值

string

location

資源位置。

location?: string

屬性值

string

serverKeyType

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

serverKeyType?: string

屬性值

string

subregion

伺服器索引鍵的子區域。

subregion?: string

屬性值

string

thumbprint

伺服器金鑰的指紋。

thumbprint?: string

屬性值

string

uri

伺服器金鑰的 URI。 如果 ServerKeyType 是 AzureKeyVault,則需要 URI。 AKV URI 必須採用以下格式:“https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersion”或可以是“https://YourVaultName.vault.azure.net/keys/YourKeyName”

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