你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Secret interface
机密定义。
属性
identity | 使用 Azure 密钥保管库进行身份验证的托管标识的资源 ID,或者使用系统分配的标识。 |
key |
Azure 密钥保管库指向容器应用引用的机密的 URL。 |
name | 机密名称。 |
value | 机密值。 |
属性详细信息
identity
使用 Azure 密钥保管库进行身份验证的托管标识的资源 ID,或者使用系统分配的标识。
identity?: string
属性值
string
keyVaultUrl
Azure 密钥保管库指向容器应用引用的机密的 URL。
keyVaultUrl?: string
属性值
string
name
机密名称。
name?: string
属性值
string
value
机密值。
value?: string
属性值
string