You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/GcpUserAccessBinding.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ public final class GcpUserAccessBinding extends com.google.api.client.json.Gener
Copy file name to clipboardExpand all lines: clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/SessionSettings.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,14 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso
33
33
34
34
/**
35
35
* Optional. How long a user is allowed to take between actions before a new access token must be
36
-
* issued. Presently only set for Cloud Apps.
36
+
* issued. Only set for Google Cloud apps.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@com.google.api.client.util.Key
40
40
privateStringmaxInactivity;
41
41
42
42
/**
43
-
* Optional. The session length. Setting this field to zero is equal to disabling. Session. Also
43
+
* Optional. The session length. Setting this field to zero is equal to disabling session. Also
44
44
* can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is
45
45
* true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age
46
46
* param.
@@ -50,15 +50,15 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso
50
50
privateStringsessionLength;
51
51
52
52
/**
53
-
* Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded
54
-
* and the session length is basically infinite.
53
+
* Optional. This field enables or disables Google Cloud session length. When false, all fields
54
+
* set above will be disregarded and the session length is basically infinite.
55
55
* The value may be {@code null}.
56
56
*/
57
57
@com.google.api.client.util.Key
58
58
privatejava.lang.BooleansessionLengthEnabled;
59
59
60
60
/**
61
-
* Optional. Session method when users GCP session is up.
61
+
* Optional. Session method when user's Google Cloud session is up.
62
62
* The value may be {@code null}.
63
63
*/
64
64
@com.google.api.client.util.Key
@@ -75,7 +75,7 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso
75
75
76
76
/**
77
77
* Optional. How long a user is allowed to take between actions before a new access token must be
78
-
* issued. Presently only set for Cloud Apps.
78
+
* issued. Only set for Google Cloud apps.
79
79
* @return value or {@code null} for none
80
80
*/
81
81
publicStringgetMaxInactivity() {
@@ -84,7 +84,7 @@ public String getMaxInactivity() {
84
84
85
85
/**
86
86
* Optional. How long a user is allowed to take between actions before a new access token must be
87
-
* issued. Presently only set for Cloud Apps.
87
+
* issued. Only set for Google Cloud apps.
88
88
* @param maxInactivity maxInactivity or {@code null} for none
0 commit comments