Show / Hide Table of Contents

Class A2aV1OAuth2SecurityScheme

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX