Show / Hide Table of Contents

Class A2aV1SecurityScheme

Inheritance
object
A2aV1SecurityScheme
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 A2aV1SecurityScheme : IDirectResponseSchema

Properties

ApiKeySecurityScheme

Declaration
[JsonProperty("apiKeySecurityScheme")]
public virtual A2aV1APIKeySecurityScheme ApiKeySecurityScheme { get; set; }
Property Value
Type Description
A2aV1APIKeySecurityScheme

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HttpAuthSecurityScheme

Declaration
[JsonProperty("httpAuthSecurityScheme")]
public virtual A2aV1HTTPAuthSecurityScheme HttpAuthSecurityScheme { get; set; }
Property Value
Type Description
A2aV1HTTPAuthSecurityScheme

MtlsSecurityScheme

Declaration
[JsonProperty("mtlsSecurityScheme")]
public virtual A2aV1MutualTlsSecurityScheme MtlsSecurityScheme { get; set; }
Property Value
Type Description
A2aV1MutualTlsSecurityScheme

Oauth2SecurityScheme

Declaration
[JsonProperty("oauth2SecurityScheme")]
public virtual A2aV1OAuth2SecurityScheme Oauth2SecurityScheme { get; set; }
Property Value
Type Description
A2aV1OAuth2SecurityScheme

OpenIdConnectSecurityScheme

Declaration
[JsonProperty("openIdConnectSecurityScheme")]
public virtual A2aV1OpenIdConnectSecurityScheme OpenIdConnectSecurityScheme { get; set; }
Property Value
Type Description
A2aV1OpenIdConnectSecurityScheme

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX