Class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue
Representation of the value of the client secret.
Implements
Inherited Members
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 |