Show / Hide Table of Contents

Class LfA2aV1SecurityRequirement

Defines the security requirements for an agent.

Inheritance
object
LfA2aV1SecurityRequirement
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LfA2aV1SecurityRequirement : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Schemes

A map of security schemes to the required scopes.

Declaration
[JsonProperty("schemes")]
public virtual IDictionary<string, LfA2aV1StringList> Schemes { get; set; }
Property Value
Type Description
IDictionary<string, LfA2aV1StringList>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX