Class WorkforceIdentityBasedOAuth2ClientID
OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class WorkforceIdentityBasedOAuth2ClientID : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstPartyOauth2ClientId
Output only. First party OAuth Client ID for Google Identities.
Declaration
[JsonProperty("firstPartyOauth2ClientId")]
public virtual string FirstPartyOauth2ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
ThirdPartyOauth2ClientId
Output only. Third party OAuth Client ID for External Identity Providers.
Declaration
[JsonProperty("thirdPartyOauth2ClientId")]
public virtual string ThirdPartyOauth2ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |