Class: Google::Apis::SecuresourcemanagerV1::WorkforceIdentityFederationConfig
- Inherits:
-
Object
- Object
- Google::Apis::SecuresourcemanagerV1::WorkforceIdentityFederationConfig
- 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
-
#enabled ⇒ Boolean
(also: #enabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WorkforceIdentityFederationConfig
constructor
A new instance of WorkforceIdentityFederationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#enabled ⇒ Boolean Also known as: enabled?
Optional. Immutable. Whether Workforce Identity Federation is enabled.
Corresponds to the JSON property enabled
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 |