Class: Google::Apis::SecuresourcemanagerV1::WorkforceIdentityFederationConfig

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

Overview

WorkforceIdentityFederationConfig allows this instance to support users from external identity providers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkforceIdentityFederationConfig

Returns a new instance of WorkforceIdentityFederationConfig.



2325
2326
2327
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 2325

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

Instance Attribute Details

#enabledBoolean Also known as: enabled?

Optional. Immutable. Whether Workforce Identity Federation is enabled. Corresponds to the JSON property enabled

Returns:

  • (Boolean)


2322
2323
2324
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 2322

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2330
2331
2332
# File 'lib/google/apis/securesourcemanager_v1/classes.rb', line 2330

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