WorkloadIdentityConfigResponse

data class WorkloadIdentityConfigResponse(val identityNamespace: String, val identityProvider: String, val workloadPool: String)

Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.

Constructors

Link copied to clipboard
fun WorkloadIdentityConfigResponse(identityNamespace: String, identityProvider: String, workloadPool: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IAM Identity Namespace to attach all Kubernetes Service Accounts to.

Link copied to clipboard

identity provider is the third party identity provider.

Link copied to clipboard

The workload pool to attach all Kubernetes service accounts to.