Class: Google::Cloud::Iap::V1::WorkforceIdentitySettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::WorkforceIdentitySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
WorkforceIdentitySettings allows customers to configure workforce pools and OAuth 2.0 settings to gate their applications using a third-party IdP with access control.
Instance Attribute Summary collapse
-
#oauth2 ⇒ ::Google::Cloud::Iap::V1::OAuth2
OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services.
-
#workforce_pools ⇒ ::Array<::String>
The workforce pool resources.
Instance Attribute Details
#oauth2 ⇒ ::Google::Cloud::Iap::V1::OAuth2
Returns OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services.
284 285 286 287 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 284 class WorkforceIdentitySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workforce_pools ⇒ ::Array<::String>
Returns The workforce pool resources. Only one workforce pool is accepted.
284 285 286 287 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 284 class WorkforceIdentitySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |