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: docs/dyn/iam_v1.locations.workforcePools.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ <h3>Method Details</h3>
141
141
"description": "A String", # A user-specified description of the pool. Cannot exceed 256 characters.
142
142
"disabled": True or False, # Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
143
143
"displayName": "A String", # A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
144
+
"expireTime": "A String", # Output only. Time after which the workforce pool will be permanently purged and cannot be recovered.
144
145
"name": "A String", # Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
145
146
"parent": "A String", # Immutable. The resource name of the parent. Format: `organizations/{org-id}`.
146
147
"sessionDuration": "A String", # Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
@@ -230,6 +231,7 @@ <h3>Method Details</h3>
230
231
"description": "A String", # A user-specified description of the pool. Cannot exceed 256 characters.
231
232
"disabled": True or False, # Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
232
233
"displayName": "A String", # A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
234
+
"expireTime": "A String", # Output only. Time after which the workforce pool will be permanently purged and cannot be recovered.
233
235
"name": "A String", # Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
234
236
"parent": "A String", # Immutable. The resource name of the parent. Format: `organizations/{org-id}`.
235
237
"sessionDuration": "A String", # Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
@@ -318,6 +320,7 @@ <h3>Method Details</h3>
318
320
"description": "A String", # A user-specified description of the pool. Cannot exceed 256 characters.
319
321
"disabled": True or False, # Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
320
322
"displayName": "A String", # A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
323
+
"expireTime": "A String", # Output only. Time after which the workforce pool will be permanently purged and cannot be recovered.
321
324
"name": "A String", # Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
322
325
"parent": "A String", # Immutable. The resource name of the parent. Format: `organizations/{org-id}`.
323
326
"sessionDuration": "A String", # Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
@@ -354,6 +357,7 @@ <h3>Method Details</h3>
354
357
"description": "A String", # A user-specified description of the pool. Cannot exceed 256 characters.
355
358
"disabled": True or False, # Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
356
359
"displayName": "A String", # A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
360
+
"expireTime": "A String", # Output only. Time after which the workforce pool will be permanently purged and cannot be recovered.
357
361
"name": "A String", # Output only. The resource name of the pool. Format: `locations/{location}/workforcePools/{workforce_pool_id}`
358
362
"parent": "A String", # Immutable. The resource name of the parent. Format: `organizations/{org-id}`.
359
363
"sessionDuration": "A String", # Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
Copy file name to clipboardExpand all lines: docs/dyn/iam_v1.locations.workforcePools.providers.html
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ <h3>Method Details</h3>
131
131
"description": "A String", # A user-specified description of the provider. Cannot exceed 256 characters.
132
132
"disabled": True or False, # Disables the workforce pool provider. You cannot use a disabled provider to exchange tokens. However, existing tokens still grant access.
133
133
"displayName": "A String", # A user-specified display name for the provider. Cannot exceed 32 characters.
134
+
"expireTime": "A String", # Output only. Time after which the workload pool provider will be permanently purged and cannot be recovered.
134
135
"name": "A String", # Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
135
136
"oidc": { # Represents an OpenId Connect 1.0 identity provider. # An OpenId Connect 1.0 identity provider configuration.
136
137
"clientId": "A String", # Required. The client ID. Must match the audience claim of the JWT issued by the identity provider.
@@ -146,7 +147,7 @@ <h3>Method Details</h3>
146
147
"A String",
147
148
],
148
149
"assertionClaimsBehavior": "A String", # Required. The behavior for how OIDC Claims are included in the `assertion` object used for attribute mapping and attribute condition.
149
-
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in.
150
+
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in. The `CODE` Response Type is recommended to avoid the Implicit Flow, for security reasons.
150
151
},
151
152
},
152
153
"saml": { # Represents a SAML identity provider. # A SAML identity provider configuration.
@@ -242,6 +243,7 @@ <h3>Method Details</h3>
242
243
"description": "A String", # A user-specified description of the provider. Cannot exceed 256 characters.
243
244
"disabled": True or False, # Disables the workforce pool provider. You cannot use a disabled provider to exchange tokens. However, existing tokens still grant access.
244
245
"displayName": "A String", # A user-specified display name for the provider. Cannot exceed 32 characters.
246
+
"expireTime": "A String", # Output only. Time after which the workload pool provider will be permanently purged and cannot be recovered.
245
247
"name": "A String", # Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
246
248
"oidc": { # Represents an OpenId Connect 1.0 identity provider. # An OpenId Connect 1.0 identity provider configuration.
247
249
"clientId": "A String", # Required. The client ID. Must match the audience claim of the JWT issued by the identity provider.
@@ -257,7 +259,7 @@ <h3>Method Details</h3>
257
259
"A String",
258
260
],
259
261
"assertionClaimsBehavior": "A String", # Required. The behavior for how OIDC Claims are included in the `assertion` object used for attribute mapping and attribute condition.
260
-
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in.
262
+
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in. The `CODE` Response Type is recommended to avoid the Implicit Flow, for security reasons.
261
263
},
262
264
},
263
265
"saml": { # Represents a SAML identity provider. # A SAML identity provider configuration.
@@ -295,6 +297,7 @@ <h3>Method Details</h3>
295
297
"description": "A String", # A user-specified description of the provider. Cannot exceed 256 characters.
296
298
"disabled": True or False, # Disables the workforce pool provider. You cannot use a disabled provider to exchange tokens. However, existing tokens still grant access.
297
299
"displayName": "A String", # A user-specified display name for the provider. Cannot exceed 32 characters.
300
+
"expireTime": "A String", # Output only. Time after which the workload pool provider will be permanently purged and cannot be recovered.
298
301
"name": "A String", # Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
299
302
"oidc": { # Represents an OpenId Connect 1.0 identity provider. # An OpenId Connect 1.0 identity provider configuration.
300
303
"clientId": "A String", # Required. The client ID. Must match the audience claim of the JWT issued by the identity provider.
@@ -310,7 +313,7 @@ <h3>Method Details</h3>
310
313
"A String",
311
314
],
312
315
"assertionClaimsBehavior": "A String", # Required. The behavior for how OIDC Claims are included in the `assertion` object used for attribute mapping and attribute condition.
313
-
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in.
316
+
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in. The `CODE` Response Type is recommended to avoid the Implicit Flow, for security reasons.
314
317
},
315
318
},
316
319
"saml": { # Represents a SAML identity provider. # A SAML identity provider configuration.
@@ -353,6 +356,7 @@ <h3>Method Details</h3>
353
356
"description": "A String", # A user-specified description of the provider. Cannot exceed 256 characters.
354
357
"disabled": True or False, # Disables the workforce pool provider. You cannot use a disabled provider to exchange tokens. However, existing tokens still grant access.
355
358
"displayName": "A String", # A user-specified display name for the provider. Cannot exceed 32 characters.
359
+
"expireTime": "A String", # Output only. Time after which the workload pool provider will be permanently purged and cannot be recovered.
356
360
"name": "A String", # Output only. The resource name of the provider. Format: `locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`
357
361
"oidc": { # Represents an OpenId Connect 1.0 identity provider. # An OpenId Connect 1.0 identity provider configuration.
358
362
"clientId": "A String", # Required. The client ID. Must match the audience claim of the JWT issued by the identity provider.
@@ -368,7 +372,7 @@ <h3>Method Details</h3>
368
372
"A String",
369
373
],
370
374
"assertionClaimsBehavior": "A String", # Required. The behavior for how OIDC Claims are included in the `assertion` object used for attribute mapping and attribute condition.
371
-
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in.
375
+
"responseType": "A String", # Required. The Response Type to request for in the OIDC Authorization Request for web sign-in. The `CODE` Response Type is recommended to avoid the Implicit Flow, for security reasons.
372
376
},
373
377
},
374
378
"saml": { # Represents a SAML identity provider. # A SAML identity provider configuration.
Copy file name to clipboardExpand all lines: docs/dyn/iam_v1.projects.locations.workloadIdentityPools.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ <h3>Method Details</h3>
132
132
"description": "A String", # A description of the pool. Cannot exceed 256 characters.
133
133
"disabled": True or False, # Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
134
134
"displayName": "A String", # A display name for the pool. Cannot exceed 32 characters.
135
-
"identityMode": "A String", # Immutable. The identity mode of the pool.
135
+
"expireTime": "A String", # Output only. Time after which the workload identity pool will be permanently purged and cannot be recovered.
136
136
"name": "A String", # Output only. The resource name of the pool.
137
137
"state": "A String", # Output only. The state of the pool.
138
138
}
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220
220
"description": "A String", # A description of the pool. Cannot exceed 256 characters.
221
221
"disabled": True or False, # Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
222
222
"displayName": "A String", # A display name for the pool. Cannot exceed 32 characters.
223
-
"identityMode": "A String", # Immutable. The identity mode of the pool.
223
+
"expireTime": "A String", # Output only. Time after which the workload identity pool will be permanently purged and cannot be recovered.
224
224
"name": "A String", # Output only. The resource name of the pool.
225
225
"state": "A String", # Output only. The state of the pool.
226
226
}</pre>
@@ -250,7 +250,7 @@ <h3>Method Details</h3>
250
250
"description": "A String", # A description of the pool. Cannot exceed 256 characters.
251
251
"disabled": True or False, # Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
252
252
"displayName": "A String", # A display name for the pool. Cannot exceed 32 characters.
253
-
"identityMode": "A String", # Immutable. The identity mode of the pool.
253
+
"expireTime": "A String", # Output only. Time after which the workload identity pool will be permanently purged and cannot be recovered.
254
254
"name": "A String", # Output only. The resource name of the pool.
255
255
"state": "A String", # Output only. The state of the pool.
256
256
},
@@ -285,7 +285,7 @@ <h3>Method Details</h3>
285
285
"description": "A String", # A description of the pool. Cannot exceed 256 characters.
286
286
"disabled": True or False, # Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
287
287
"displayName": "A String", # A display name for the pool. Cannot exceed 32 characters.
288
-
"identityMode": "A String", # Immutable. The identity mode of the pool.
288
+
"expireTime": "A String", # Output only. Time after which the workload identity pool will be permanently purged and cannot be recovered.
289
289
"name": "A String", # Output only. The resource name of the pool.
290
290
"state": "A String", # Output only. The state of the pool.
0 commit comments