IstioPluginCertificateAuthority interface
服务网格的插件证书信息。
属性
| 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