Show / Hide Table of Contents

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.

Inheritance
object
AccessSettings
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX