ManagedHsmKey interface
索引鍵資源。
- Extends
屬性
attributes | 索引鍵的屬性。 |
curve |
橢圓曲線名稱。 如需有效值,請參閱 JsonWebKeyCurveName。 |
key |
|
key |
位中的金鑰大小。 例如:RSA 的 2048、3072 或 4096。 |
key |
要擷取目前密鑰版本的 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
key |
要擷取特定密鑰版本的 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
kty | 索引鍵的類型。 如需有效值,請參閱 JsonWebKeyType。 |
release |
回應中的金鑰發行原則。 其將用於輸出和輸入。 如果空白,則省略 |
rotation |
回應中的金鑰輪替原則。 其將用於輸出和輸入。 如果空白,則省略 |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
tags | 資源標籤。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
attributes
curveName
橢圓曲線名稱。 如需有效值,請參閱 JsonWebKeyCurveName。
curveName?: string
屬性值
string
keyOps
keyOps?: string[]
屬性值
string[]
keySize
位中的金鑰大小。 例如:RSA 的 2048、3072 或 4096。
keySize?: number
屬性值
number
keyUri
要擷取目前密鑰版本的 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。
keyUri?: string
屬性值
string
keyUriWithVersion
要擷取特定密鑰版本的 URI。 注意:這個屬性不會串行化。 它只能由伺服器填入。
keyUriWithVersion?: string
屬性值
string
kty
索引鍵的類型。 如需有效值,請參閱 JsonWebKeyType。
kty?: string
屬性值
string
releasePolicy
回應中的金鑰發行原則。 其將用於輸出和輸入。 如果空白,則省略
releasePolicy?: ManagedHsmKeyReleasePolicy
屬性值
rotationPolicy
回應中的金鑰輪替原則。 其將用於輸出和輸入。 如果空白,則省略
rotationPolicy?: ManagedHsmRotationPolicy
屬性值
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
tags
資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string