Class OAuth2
The OAuth 2.0 Settings
Implements
Inherited Members
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class OAuth2 : IDirectResponseSchema
Properties
ClientId
The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientSecret
Input only. The OAuth 2.0 client secret created while registering the client ID.
Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientSecretSha256
Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.
Declaration
[JsonProperty("clientSecretSha256")]
public virtual string ClientSecretSha256 { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |