Class: Google::Cloud::Iap::V1::IapSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::IapSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The IAP configurable settings.
Instance Attribute Summary collapse
-
#access_settings ⇒ ::Google::Cloud::Iap::V1::AccessSettings
Top level wrapper for all access related setting in IAP.
-
#application_settings ⇒ ::Google::Cloud::Iap::V1::ApplicationSettings
Top level wrapper for all application related settings in IAP.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#access_settings ⇒ ::Google::Cloud::Iap::V1::AccessSettings
Returns Top level wrapper for all access related setting in IAP.
177 178 179 180 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 177 class IapSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#application_settings ⇒ ::Google::Cloud::Iap::V1::ApplicationSettings
Returns Top level wrapper for all application related settings in IAP.
177 178 179 180 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 177 class IapSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the IAP protected resource.
177 178 179 180 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 177 class IapSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |