Skip to content

Commit c55df59

Browse files
1 parent a7db3f0 commit c55df59

13 files changed

+338
-283
lines changed

clients/google-api-services-iam/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-iam</artifactId>
25-
<version>v1-rev20250919-2.0.0</version>
25+
<version>v1-rev20250925-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-iam:v1-rev20250919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/Iam.java

Lines changed: 231 additions & 206 deletions
Large diffs are not rendered by default.

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/ListWorkforcePoolProviderScimTenantsResponse.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Response message for ListWorkforcePoolProviderScimTenants.
20+
* Agentspace only. Response message for ListWorkforcePoolProviderScimTenants.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a
@@ -31,32 +31,32 @@
3131
public final class ListWorkforcePoolProviderScimTenantsResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field
35-
* is omitted, there are no subsequent pages.
34+
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
35+
* page. If this field is omitted, there are no subsequent pages.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* Output only. A list of scim tenants.
42+
* Output only. Agentspace only. A list of SCIM tenants.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.util.List<WorkforcePoolProviderScimTenant> workforcePoolProviderScimTenants;
4747

4848
/**
49-
* Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field
50-
* is omitted, there are no subsequent pages.
49+
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
50+
* page. If this field is omitted, there are no subsequent pages.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getNextPageToken() {
5454
return nextPageToken;
5555
}
5656

5757
/**
58-
* Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field
59-
* is omitted, there are no subsequent pages.
58+
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
59+
* page. If this field is omitted, there are no subsequent pages.
6060
* @param nextPageToken nextPageToken or {@code null} for none
6161
*/
6262
public ListWorkforcePoolProviderScimTenantsResponse setNextPageToken(java.lang.String nextPageToken) {
@@ -65,15 +65,15 @@ public ListWorkforcePoolProviderScimTenantsResponse setNextPageToken(java.lang.S
6565
}
6666

6767
/**
68-
* Output only. A list of scim tenants.
68+
* Output only. Agentspace only. A list of SCIM tenants.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.util.List<WorkforcePoolProviderScimTenant> getWorkforcePoolProviderScimTenants() {
7272
return workforcePoolProviderScimTenants;
7373
}
7474

7575
/**
76-
* Output only. A list of scim tenants.
76+
* Output only. Agentspace only. A list of SCIM tenants.
7777
* @param workforcePoolProviderScimTenants workforcePoolProviderScimTenants or {@code null} for none
7878
*/
7979
public ListWorkforcePoolProviderScimTenantsResponse setWorkforcePoolProviderScimTenants(java.util.List<WorkforcePoolProviderScimTenant> workforcePoolProviderScimTenants) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/ListWorkforcePoolProviderScimTokensResponse.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Response message for ListWorkforcePoolProviderScimTokens.
20+
* Agentspace only. Response message for ListWorkforcePoolProviderScimTokens.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a
@@ -31,32 +31,32 @@
3131
public final class ListWorkforcePoolProviderScimTokensResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field
35-
* is omitted, there are no subsequent pages.
34+
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
35+
* page. If this field is omitted, there are no subsequent pages.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* Output only. A list of scim tokens.
42+
* Output only. Agentspace only. A list of SCIM tokens.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.util.List<WorkforcePoolProviderScimToken> workforcePoolProviderScimTokens;
4747

4848
/**
49-
* Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field
50-
* is omitted, there are no subsequent pages.
49+
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
50+
* page. If this field is omitted, there are no subsequent pages.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getNextPageToken() {
5454
return nextPageToken;
5555
}
5656

5757
/**
58-
* Optional. A token, which can be sent as `page_token` to retrieve the next page. If this field
59-
* is omitted, there are no subsequent pages.
58+
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
59+
* page. If this field is omitted, there are no subsequent pages.
6060
* @param nextPageToken nextPageToken or {@code null} for none
6161
*/
6262
public ListWorkforcePoolProviderScimTokensResponse setNextPageToken(java.lang.String nextPageToken) {
@@ -65,15 +65,15 @@ public ListWorkforcePoolProviderScimTokensResponse setNextPageToken(java.lang.St
6565
}
6666

6767
/**
68-
* Output only. A list of scim tokens.
68+
* Output only. Agentspace only. A list of SCIM tokens.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.util.List<WorkforcePoolProviderScimToken> getWorkforcePoolProviderScimTokens() {
7272
return workforcePoolProviderScimTokens;
7373
}
7474

7575
/**
76-
* Output only. A list of scim tokens.
76+
* Output only. Agentspace only. A list of SCIM tokens.
7777
* @param workforcePoolProviderScimTokens workforcePoolProviderScimTokens or {@code null} for none
7878
*/
7979
public ListWorkforcePoolProviderScimTokensResponse setWorkforcePoolProviderScimTokens(java.util.List<WorkforcePoolProviderScimToken> workforcePoolProviderScimTokens) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/UndeleteWorkforcePoolProviderScimTenantRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Request message for UndeleteWorkforcePoolProviderScimTenant.
20+
* Agentspace only. Request message for UndeleteWorkforcePoolProviderScimTenant.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/UndeleteWorkforcePoolProviderScimTokenRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Request message for UndeleteWorkforcePoolProviderScimToken.
20+
* Agentspace only. Request message for UndeleteWorkforcePoolProviderScimToken.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkforcePoolProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
7979
* credential to the normalized attribute specified by the corresponding map key. You can use the
8080
* `assertion` keyword in the expression to access a JSON representation of the authentication
8181
* credential issued by the provider. The maximum length of an attribute mapping expression is
82-
* 2048 characters. When evaluated, the total size of all mapped attributes must not exceed 4KB.
82+
* 2048 characters. When evaluated, the total size of all mapped attributes must not exceed 16 KB.
8383
* For OIDC providers, you must supply a custom mapping that includes the `google.subject`
8484
* attribute. For example, the following maps the `sub` claim of the incoming credential to the
8585
* `subject` attribute on a Google token: ``` {"google.subject": "assertion.sub"} ```
@@ -248,7 +248,7 @@ public WorkforcePoolProvider setAttributeCondition(java.lang.String attributeCon
248248
* credential to the normalized attribute specified by the corresponding map key. You can use the
249249
* `assertion` keyword in the expression to access a JSON representation of the authentication
250250
* credential issued by the provider. The maximum length of an attribute mapping expression is
251-
* 2048 characters. When evaluated, the total size of all mapped attributes must not exceed 4KB.
251+
* 2048 characters. When evaluated, the total size of all mapped attributes must not exceed 16 KB.
252252
* For OIDC providers, you must supply a custom mapping that includes the `google.subject`
253253
* attribute. For example, the following maps the `sub` claim of the incoming credential to the
254254
* `subject` attribute on a Google token: ``` {"google.subject": "assertion.sub"} ```
@@ -290,7 +290,7 @@ public java.util.Map<String, java.lang.String> getAttributeMapping() {
290290
* credential to the normalized attribute specified by the corresponding map key. You can use the
291291
* `assertion` keyword in the expression to access a JSON representation of the authentication
292292
* credential issued by the provider. The maximum length of an attribute mapping expression is
293-
* 2048 characters. When evaluated, the total size of all mapped attributes must not exceed 4KB.
293+
* 2048 characters. When evaluated, the total size of all mapped attributes must not exceed 16 KB.
294294
* For OIDC providers, you must supply a custom mapping that includes the `google.subject`
295295
* attribute. For example, the following maps the `sub` claim of the incoming credential to the
296296
* `subject` attribute on a Google token: ``` {"google.subject": "assertion.sub"} ```

0 commit comments

Comments
 (0)