SecretsManagementSettings interface
The secret management settings of the machines in the pool.
Properties
certificate |
Where to store certificates on the machine. |
key |
Defines if the key of the certificates should be exportable. |
observed |
The list of certificates to install on all machines in the pool. |
Property Details
certificateStoreLocation
Where to store certificates on the machine.
certificateStoreLocation?: string
Property Value
string
keyExportable
Defines if the key of the certificates should be exportable.
keyExportable: boolean
Property Value
boolean
observedCertificates
The list of certificates to install on all machines in the pool.
observedCertificates: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript