public sealed class GetIdentityAwareProxyClientRequest : IMessage<GetIdentityAwareProxyClientRequest>, IEquatable<GetIdentityAwareProxyClientRequest>, IDeepCloneable<GetIdentityAwareProxyClientRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetIdentityAwareProxyClientRequest.
The request sent to GetIdentityAwareProxyClient.
Implements
IMessageGetIdentityAwareProxyClientRequest, IEquatableGetIdentityAwareProxyClientRequest, IDeepCloneableGetIdentityAwareProxyClientRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
GetIdentityAwareProxyClientRequest()
public GetIdentityAwareProxyClientRequest()GetIdentityAwareProxyClientRequest(GetIdentityAwareProxyClientRequest)
public GetIdentityAwareProxyClientRequest(GetIdentityAwareProxyClientRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIdentityAwareProxyClientRequest |
Properties
Name
public string Name { get; set; }Required. Name of the Identity Aware Proxy client to be fetched. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|