Show / Hide Table of Contents

Class WorkforceIdentityBasedOAuth2ClientID

OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,

Inheritance
object
WorkforceIdentityBasedOAuth2ClientID
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX