Show / Hide Table of Contents

Class AuthProviderBinding

The AuthProvider of the Binding.

Inheritance
object
AuthProviderBinding
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.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class AuthProviderBinding : IDirectResponseSchema

Properties

AuthProvider

Required. The resource name of the target AuthProvider. Format: * projects/{project}/locations/{location}/authProviders/{auth_provider}

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

ContinueUri

Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.

Declaration
[JsonProperty("continueUri")]
public virtual string ContinueUri { 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

Scopes

Optional. The list of OAuth2 scopes of the AuthProvider.

Declaration
[JsonProperty("scopes")]
public virtual IList<string> Scopes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX