Class ResetIdentityAwareProxyClientSecretRequest (1.0.0)

public sealed class ResetIdentityAwareProxyClientSecretRequest : IMessage<ResetIdentityAwareProxyClientSecretRequest>, IEquatable<ResetIdentityAwareProxyClientSecretRequest>, IDeepCloneable<ResetIdentityAwareProxyClientSecretRequest>, IBufferMessage, IMessage

The request sent to ResetIdentityAwareProxyClientSecret.

Inheritance

Object > ResetIdentityAwareProxyClientSecretRequest

Inherited Members

System.Object.GetType()

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ResetIdentityAwareProxyClientSecretRequest()

public ResetIdentityAwareProxyClientSecretRequest()

ResetIdentityAwareProxyClientSecretRequest(ResetIdentityAwareProxyClientSecretRequest)

public ResetIdentityAwareProxyClientSecretRequest(ResetIdentityAwareProxyClientSecretRequest other)
Parameter
Name Description
other ResetIdentityAwareProxyClientSecretRequest

Properties

Name

public string Name { get; set; }

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}.

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.