SecretsManagementSettings interface
池中计算机的机密管理设置。
属性
| certificate |
在计算机上存储证书的位置。 |
| key |
定义证书的密钥是否应可导出。 |
| observed |
要安装在池中所有计算机上的证书列表。 |
属性详细信息
certificateStoreLocation
在计算机上存储证书的位置。
certificateStoreLocation?: string
属性值
string
keyExportable
定义证书的密钥是否应可导出。
keyExportable: boolean
属性值
boolean
observedCertificates
要安装在池中所有计算机上的证书列表。
observedCertificates: string[]
属性值
string[]