Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::WorkloadIdentityConfig.
Workload Identity settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#identity_provider
def identity_provider() -> ::String
Returns
- (::String) — The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
#identity_provider=
def identity_provider=(value) -> ::String
Parameter
- value (::String) — The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
Returns
- (::String) — The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
#issuer_uri
def issuer_uri() -> ::String
Returns
- (::String) — The OIDC issuer URL for this cluster.
#issuer_uri=
def issuer_uri=(value) -> ::String
Parameter
- value (::String) — The OIDC issuer URL for this cluster.
Returns
- (::String) — The OIDC issuer URL for this cluster.
#workload_pool
def workload_pool() -> ::String
Returns
- (::String) — The Workload Identity Pool associated to the cluster.
#workload_pool=
def workload_pool=(value) -> ::String
Parameter
- value (::String) — The Workload Identity Pool associated to the cluster.
Returns
- (::String) — The Workload Identity Pool associated to the cluster.