Class: Google::Cloud::GkeMultiCloud::V1::WorkloadIdentityConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#identity_provider::String

Returns 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.



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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