Class: Google::Cloud::Iap::V1::GcipSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::GcipSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
Allows customers to configure tenant_id for GCIP instance per-app.
Instance Attribute Summary collapse
-
#login_page_uri ⇒ ::Google::Protobuf::StringValue
Login page URI associated with the GCIP tenants.
-
#tenant_ids ⇒ ::Array<::String>
GCIP tenant ids that are linked to the IAP resource.
Instance Attribute Details
#login_page_uri ⇒ ::Google::Protobuf::StringValue
Returns Login page URI associated with the GCIP tenants. Typically, all resources within the same project share the same login page, though it could be overridden at the sub resource level.
217 218 219 220 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 217 class GcipSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_ids ⇒ ::Array<::String>
Returns GCIP tenant ids that are linked to the IAP resource.
tenant_ids could be a string beginning with a number character to indicate
authenticating with GCIP tenant flow, or in the format of _
217 218 219 220 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 217 class GcipSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |