SecretArchiveSettings interface
SecretArchiveSettings represents the settings for the secret archive used to hold credentials for the cluster.
Properties
associated |
The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned. |
vault |
The URI for the key vault used as the secret archive. |
Property Details
associatedIdentity
The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
associatedIdentity?: IdentitySelector
Property Value
vaultUri
The URI for the key vault used as the secret archive.
vaultUri?: string
Property Value
string