Class WorkloadIdentityConfig (0.1.0)

WorkloadIdentityConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Workload Identity settings.

Attributes

NameDescription
issuer_uri str
The OIDC issuer URL for this cluster.
workload_pool str
The Workload Identity Pool associated to the cluster.
identity_provider str
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.

Inheritance

builtins.object > proto.message.Message > WorkloadIdentityConfig