Class AuthProviderBinding
The AuthProvider of the Binding.
Implements
Inherited Members
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> |