Class: Google::Cloud::Iap::V1::CreateIdentityAwareProxyClientRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::CreateIdentityAwareProxyClientRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request sent to CreateIdentityAwareProxyClient.
Instance Attribute Summary collapse
-
#identity_aware_proxy_client ⇒ ::Google::Cloud::Iap::V1::IdentityAwareProxyClient
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#identity_aware_proxy_client ⇒ ::Google::Cloud::Iap::V1::IdentityAwareProxyClient
Returns Required. Identity Aware Proxy Client to be created.
517 518 519 520 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 517 class CreateIdentityAwareProxyClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account.
517 518 519 520 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 517 class CreateIdentityAwareProxyClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |