Class: Google::Cloud::Iap::V1::AccessSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::AccessSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
Access related settings for IAP protected apps.
Instance Attribute Summary collapse
-
#allowed_domains_settings ⇒ ::Google::Cloud::Iap::V1::AllowedDomainsSettings
Settings to configure and enable allowed domains.
-
#cors_settings ⇒ ::Google::Cloud::Iap::V1::CorsSettings
Configuration to allow cross-origin requests via IAP.
-
#gcip_settings ⇒ ::Google::Cloud::Iap::V1::GcipSettings
GCIP claims and endpoint configurations for 3p identity providers.
-
#oauth_settings ⇒ ::Google::Cloud::Iap::V1::OAuthSettings
Settings to configure IAP's OAuth behavior.
-
#reauth_settings ⇒ ::Google::Cloud::Iap::V1::ReauthSettings
Settings to configure reauthentication policies in IAP.
Instance Attribute Details
#allowed_domains_settings ⇒ ::Google::Cloud::Iap::V1::AllowedDomainsSettings
Returns Settings to configure and enable allowed domains.
198 199 200 201 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 198 class AccessSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cors_settings ⇒ ::Google::Cloud::Iap::V1::CorsSettings
Returns Configuration to allow cross-origin requests via IAP.
198 199 200 201 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 198 class AccessSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcip_settings ⇒ ::Google::Cloud::Iap::V1::GcipSettings
Returns GCIP claims and endpoint configurations for 3p identity providers.
198 199 200 201 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 198 class AccessSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth_settings ⇒ ::Google::Cloud::Iap::V1::OAuthSettings
Returns Settings to configure IAP's OAuth behavior.
198 199 200 201 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 198 class AccessSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reauth_settings ⇒ ::Google::Cloud::Iap::V1::ReauthSettings
Returns Settings to configure reauthentication policies in IAP.
198 199 200 201 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 198 class AccessSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |