Class A2aV1HTTPAuthSecurityScheme
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1HTTPAuthSecurityScheme : IDirectResponseSchema
Properties
BearerFormat
A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes.
Declaration
[JsonProperty("bearerFormat")]
public virtual string BearerFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
Scheme
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235. The values used SHOULD be registered in the IANA Authentication Scheme registry. The value is case-insensitive, as defined in RFC7235.
Declaration
[JsonProperty("scheme")]
public virtual string Scheme { get; set; }
Property Value
| Type | Description |
|---|---|
| string |