Class AccessSettings
Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class AccessSettings : IDirectResponseSchema
Properties
AccessLevels
Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"
Declaration
[JsonProperty("accessLevels")]
public virtual IList<string> AccessLevels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionSettings
Optional. Session settings applied to user access on a given AccessScope.
Declaration
[JsonProperty("sessionSettings")]
public virtual SessionSettings SessionSettings { get; set; }
Property Value
Type | Description |
---|---|
SessionSettings |