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