Class: Google::Cloud::Iap::V1::ResetIdentityAwareProxyClientSecretRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ResetIdentityAwareProxyClientSecretRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request sent to ResetIdentityAwareProxyClientSecret.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
539 540 541 542 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 539 class ResetIdentityAwareProxyClientSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |