Class: Google::Cloud::Iap::V1::AllowedDomainsSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::AllowedDomainsSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
Configuration for IAP allowed domains. Lets you to restrict access to an app and allow access to only the domains that you list.
Instance Attribute Summary collapse
-
#domains ⇒ ::Array<::String>
List of trusted domains.
-
#enable ⇒ ::Boolean
Configuration for customers to opt in for the feature.
Instance Attribute Details
#domains ⇒ ::Array<::String>
Returns List of trusted domains.
305 306 307 308 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 305 class AllowedDomainsSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable ⇒ ::Boolean
Returns Configuration for customers to opt in for the feature.
305 306 307 308 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 305 class AllowedDomainsSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |