Disassociates an identity provider configuration from a cluster. If you disassociate an identity provider from your cluster, users included in the provider can no longer access the cluster. However, you can still access the cluster with Amazon Web Services IAM users.
See https://www.paws-r-sdk.com/docs/eks_disassociate_identity_provider_config/ for full documentation.
eks_disassociate_identity_provider_config(
clusterName,
identityProviderConfig,
clientRequestToken = NULL
)
[required] The name of the cluster to disassociate an identity provider from.
[required] An object representing an identity provider configuration.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.