Class: Google::Cloud::Iap::V1::GetIdentityAwareProxyClientRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::GetIdentityAwareProxyClientRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request sent to GetIdentityAwareProxyClient.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the Identity Aware Proxy client to be fetched. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
528 529 530 531 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 528 class GetIdentityAwareProxyClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |