SecretsManagementSettings interface

The secret management settings of the machines in the pool.

Properties

certificateStoreLocation

Where to store certificates on the machine.

keyExportable

Defines if the key of the certificates should be exportable.

observedCertificates

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