Class: Google::Cloud::GkeMultiCloud::V1::WorkloadIdentityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::WorkloadIdentityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
Workload Identity settings.
Instance Attribute Summary collapse
-
#identity_provider ⇒ ::String
The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
-
#issuer_uri ⇒ ::String
The OIDC issuer URL for this cluster.
-
#workload_pool ⇒ ::String
The Workload Identity Pool associated to the cluster.
Instance Attribute Details
#identity_provider ⇒ ::String
Returns The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
68 69 70 71 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 68 class WorkloadIdentityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issuer_uri ⇒ ::String
Returns The OIDC issuer URL for this cluster.
68 69 70 71 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 68 class WorkloadIdentityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload_pool ⇒ ::String
Returns The Workload Identity Pool associated to the cluster.
68 69 70 71 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 68 class WorkloadIdentityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |