Show / Hide Table of Contents

Class GcpUserAccessBinding

Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.

Inheritance
object
GcpUserAccessBinding
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 GcpUserAccessBinding : 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>

DryRunAccessLevels

Optional. Dry run access level that will be evaluated but will not be enforced. The access denial based on dry run policy will be logged. Only one access level is supported, not multiple. This list must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"

Declaration
[JsonProperty("dryRunAccessLevels")]
public virtual IList<string> DryRunAccessLevels { 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

GroupKey

Required. Immutable. Google Group id whose members are subject to this binding's restrictions. See "id" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"

Declaration
[JsonProperty("groupKey")]
public virtual string GroupKey { get; set; }
Property Value
Type Description
string

Name

Immutable. Assigned by the server during creation. The last segment has an arbitrary length and has only URI unreserved characters (as defined by RFC 3986 Section 2.3). Should not be specified by the client during creation. Example: "organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N"

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RestrictedClientApplications

Optional. A list of applications that are subject to this binding's restrictions. If the list is empty, the binding restrictions will universally apply to all applications.

Declaration
[JsonProperty("restrictedClientApplications")]
public virtual IList<Application> RestrictedClientApplications { get; set; }
Property Value
Type Description
IList<Application>

ScopedAccessSettings

Optional. A list of scoped access settings that set this binding's restrictions on a subset of applications. This field cannot be set if restricted_client_applications is set.

Declaration
[JsonProperty("scopedAccessSettings")]
public virtual IList<ScopedAccessSettings> ScopedAccessSettings { get; set; }
Property Value
Type Description
IList<ScopedAccessSettings>

SessionSettings

Optional. The Google Cloud session length (GCSL) policy for the group key.

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