Class: Google::Cloud::SecureSourceManager::V1::Instance::WorkforceIdentityFederationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::Instance::WorkforceIdentityFederationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
WorkforceIdentityFederationConfig allows this instance to support users from external identity providers.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Immutable. Whether Workforce Identity Federation is enabled.
122 123 124 125 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 122 class WorkforceIdentityFederationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |