Package version:

The cluster secret profile.

interface SecretsProfile {
    keyVaultResourceId: string;
    secrets?: SecretReference[];
}

Properties

keyVaultResourceId: string

Name of the user Key Vault where all the cluster specific user secrets are stored.

secrets?: SecretReference[]

Properties of Key Vault secret.