IstioPluginCertificateAuthority interface
Service Mesh のプラグイン証明書情報。
プロパティ
cert |
Azure Key Vaultの証明書チェーン オブジェクト名。 |
cert |
Azure Key Vaultの中間証明書オブジェクト名。 |
key |
Azure Key Vaultの中間証明書秘密キー オブジェクト名。 |
key |
Key Vaultのリソース ID。 |
root |
Azure Key Vaultのルート証明書オブジェクト名。 |
プロパティの詳細
certChainObjectName
Azure Key Vaultの証明書チェーン オブジェクト名。
certChainObjectName?: string
プロパティ値
string
certObjectName
Azure Key Vaultの中間証明書オブジェクト名。
certObjectName?: string
プロパティ値
string
keyObjectName
Azure Key Vaultの中間証明書秘密キー オブジェクト名。
keyObjectName?: string
プロパティ値
string
keyVaultId
Key Vaultのリソース ID。
keyVaultId?: string
プロパティ値
string
rootCertObjectName
Azure Key Vaultのルート証明書オブジェクト名。
rootCertObjectName?: string
プロパティ値
string