Kubernetes Cluster Key Vault Secrets Provider Args
data class KubernetesClusterKeyVaultSecretsProviderArgs(val secretIdentities: Output<List<KubernetesClusterKeyVaultSecretsProviderSecretIdentityArgs>>? = null, val secretRotationEnabled: Output<Boolean>? = null, val secretRotationInterval: Output<String>? = null) : ConvertibleToJava<KubernetesClusterKeyVaultSecretsProviderArgs>
Constructors
Link copied to clipboard
constructor(secretIdentities: Output<List<KubernetesClusterKeyVaultSecretsProviderSecretIdentityArgs>>? = null, secretRotationEnabled: Output<Boolean>? = null, secretRotationInterval: Output<String>? = null)
Properties
Link copied to clipboard
val secretIdentities: Output<List<KubernetesClusterKeyVaultSecretsProviderSecretIdentityArgs>>? = null
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
.