Show / Hide Table of Contents

Class SecurityScheme

Inheritance
object
SecurityScheme
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.Cloudbilling.v1.Data
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class SecurityScheme : IDirectResponseSchema

Properties

ApiKeySecurityScheme

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

ETag

The ETag of the item.

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

HttpAuthSecurityScheme

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

MtlsSecurityScheme

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

Oauth2SecurityScheme

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

OpenIdConnectSecurityScheme

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX