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[]