KubernetesClusterKeyVaultSecretsProvider

data class KubernetesClusterKeyVaultSecretsProvider(val secretIdentities: List<KubernetesClusterKeyVaultSecretsProviderSecretIdentity>? = null, val secretRotationEnabled: Boolean? = null, val secretRotationInterval: String? = null)

Constructors

Link copied to clipboard
constructor(secretIdentities: List<KubernetesClusterKeyVaultSecretsProviderSecretIdentity>? = null, secretRotationEnabled: Boolean? = null, secretRotationInterval: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An secret_identity block is exported. The exported attributes are defined below.

Link copied to clipboard

Should the secret store CSI driver on the AKS cluster be enabled?

Link copied to clipboard

The interval to poll for secret rotation. This attribute is only set when secret_rotation_enabled is true. Defaults to 2m.