GetKubernetesClusterKeyVaultSecretsProvider

data class GetKubernetesClusterKeyVaultSecretsProvider(val secretIdentities: List<GetKubernetesClusterKeyVaultSecretsProviderSecretIdentity>, val secretRotationEnabled: Boolean, val secretRotationInterval: String)

Constructors

constructor(secretIdentities: List<GetKubernetesClusterKeyVaultSecretsProviderSecretIdentity>, secretRotationEnabled: Boolean, secretRotationInterval: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A secret_identity block as documented below.

Link copied to clipboard

Is secret rotation enabled?

Link copied to clipboard

The interval to poll for secret rotation.