Class A2aV1OAuth2SecurityScheme
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1OAuth2SecurityScheme : IDirectResponseSchema
Properties
Description
Description of this security scheme.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Flows
An object containing configuration information for the flow types supported
Declaration
[JsonProperty("flows")]
public virtual A2aV1OAuthFlows Flows { get; set; }
Property Value
| Type | Description |
|---|---|
| A2aV1OAuthFlows |
Oauth2MetadataUrl
URL to the oauth2 authorization server metadata RFC8414. TLS is required.
Declaration
[JsonProperty("oauth2MetadataUrl")]
public virtual string Oauth2MetadataUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |