Class: Google::Apis::GkehubV1beta::WorkloadIdentityFeatureSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb

Overview

WorkloadIdentity: Global feature specification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkloadIdentityFeatureSpec

Returns a new instance of WorkloadIdentityFeatureSpec.



6791
6792
6793
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 6791

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#scope_tenancy_poolString

Pool to be used for Workload Identity. This pool in trust-domain mode is used with Fleet Tenancy, so that sameness can be enforced. ex: projects/example/ locations/global/workloadidentitypools/custompool Corresponds to the JSON property scopeTenancyPool

Returns:

  • (String)


6789
6790
6791
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 6789

def scope_tenancy_pool
  @scope_tenancy_pool
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6796
6797
6798
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 6796

def update!(**args)
  @scope_tenancy_pool = args[:scope_tenancy_pool] if args.key?(:scope_tenancy_pool)
end