ServerKey interface
サーバー キー。
- Extends
プロパティ
| auto |
キー自動ローテーションオプトイン フラグ。 true または false のいずれか。 |
| creation |
サーバー キーの作成日。 |
| key |
サーバーキーのバージョン。 |
| kind | 暗号化保護機能の種類。 これは、Azure portal エクスペリエンスに使用されるメタデータです。 |
| location | リソースの場所。 |
| server |
"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 | リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | リソースの名前 |
| system |
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 portal エクスペリエンスに使用されるメタデータです。
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
name
リソースの名前
name?: string
プロパティ値
string
systemData
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。
systemData?: SystemData
プロパティ値
proxyResource.systemData から継承
type
リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
type?: string
プロパティ値
string
proxyResource.type から継承