Class BasicLevel
BasicLevel is an AccessLevel using a set of recommended features.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class BasicLevel : IDirectResponseSchemaProperties
CombiningFunction
How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND
is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is
used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied.
Default behavior is AND.
Declaration
[JsonProperty("combiningFunction")]
public virtual string CombiningFunction { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Conditions
Required. A list of requirements for the AccessLevel to be granted.
Declaration
[JsonProperty("conditions")]
public virtual IList<Condition> Conditions { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<Condition> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |