Resource: GcpUserAccessBinding
Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.
JSON representation |
---|
{ "name": string, "groupKey": string, "accessLevels": [ string ], "dryRunAccessLevels": [ string ], "reauthSettings": { object ( |
Fields | |
---|---|
name |
Immutable. Identifier. 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" |
groupKey |
Optional. Immutable. Google Group id whose members are subject to this binding's restrictions. See "id" in the G Suite Directory API's 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" |
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" |
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" |
reauthSettings |
Optional. GCSL policy for the group key. |
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. |
ReauthSettings
Stores settings related to Google Cloud Session Length including session duration, the type of challenge (i.e. method) they should face when their session expires, and other related settings.
JSON representation |
---|
{
"reauthMethod": enum ( |
Fields | |
---|---|
reauthMethod |
Optional. Reauth method when users GCP session is up. |
sessionLength |
Optional. The session length. Setting this field to zero is equal to disabling. Reauth. Also can set infinite session by flipping the enabled bit to false below. If useOidcMaxAge is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param. A duration in seconds with up to nine fractional digits, ending with ' |
maxInactivity |
Optional. How long a user is allowed to take between actions before a new access token must be issued. Presently only set for Cloud Apps. A duration in seconds with up to nine fractional digits, ending with ' |
useOidcMaxAge |
Optional. Only useful for OIDC apps. When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the sessionLength field and the max_age OIDC param. |
sessionLengthEnabled |
Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded and the session length is basically infinite. |
ReauthMethod
The reauth challenges proposed to users when the GCP session length is up.
Enums | |
---|---|
REAUTH_METHOD_UNSPECIFIED |
If method undefined in API, we will use LOGIN by default. |
LOGIN |
The user will prompted to perform regular login. Users who are enrolled for two-step verification and haven't chosen to "Remember this computer" will be prompted for their second factor. |
SECURITY_KEY |
The user will be prompted to autheticate using their security key. If no security key has been configured, then we will fallback to LOGIN. |
PASSWORD |
The user will be prompted for their password. |
Application
An application that accesses Google Cloud APIs.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field identifier . An identifier of the application. identifier can be only one of the following: |
|
clientId |
The OAuth client ID of the application. |
name |
The name of the application. Example: "Cloud Console" |
Methods |
|
---|---|
|
Creates a GcpUserAccessBinding . |
|
Deletes a GcpUserAccessBinding . |
|
Gets the GcpUserAccessBinding with the given name. |
|
Lists all GcpUserAccessBindings for a Google Cloud organization. |
|
Updates a GcpUserAccessBinding . |