Class GoogleIdentityAccesscontextmanagerV1BasicLevel
BasicLevel
is an AccessLevel
using a set of recommended features.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1BasicLevel : IDirectResponseSchema
Properties
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<GoogleIdentityAccesscontextmanagerV1Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleIdentityAccesscontextmanagerV1Condition> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |