Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class WorkloadIdentityConfig.
Workload Identity settings.
Generated from protobuf message google.cloud.gkemulticloud.v1.WorkloadIdentityConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ issuer_uri
string
The OIDC issuer URL for this cluster.
↳ workload_pool
string
The Workload Identity Pool associated to the cluster.
↳ identity_provider
string
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
getIssuerUri
The OIDC issuer URL for this cluster.
Generated from protobuf field string issuer_uri = 1;
string
setIssuerUri
The OIDC issuer URL for this cluster.
Generated from protobuf field string issuer_uri = 1;
var
string
$this
getWorkloadPool
The Workload Identity Pool associated to the cluster.
Generated from protobuf field string workload_pool = 2;
string
setWorkloadPool
The Workload Identity Pool associated to the cluster.
Generated from protobuf field string workload_pool = 2;
var
string
$this
getIdentityProvider
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
Generated from protobuf field string identity_provider = 3;
string
setIdentityProvider
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
Generated from protobuf field string identity_provider = 3;
var
string
$this