Show / Hide Table of Contents

Class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue

Representation of the value of the client secret.

Inheritance
object
GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PlainText

Optional. Input only. The plain text of the client secret value. For security reasons, this field is only used for input and will never be populated in any response.

Declaration
[JsonProperty("plainText")]
public virtual string PlainText { get; set; }
Property Value
Type Description
string

Thumbprint

Output only. A thumbprint to represent the current client secret value.

Declaration
[JsonProperty("thumbprint")]
public virtual string Thumbprint { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX