Skip to content

Commit 77922b2

Browse files
1 parent 72749f6 commit 77922b2

File tree

4 files changed

+39
-6
lines changed

4 files changed

+39
-6
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-rev20251003-2.0.0</version>
25+
<version>v1-rev20251010-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-rev20251003-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20251010-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
172172
@com.google.api.client.util.Key
173173
private GoogleIamAdminV1WorkforcePoolProviderSaml saml;
174174

175+
/**
176+
* Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-
177+
* managed groups instead of the `google.groups` attribute mapping for authorization checks. The
178+
* `scim_usage` and `extended_attributes_oauth2_client` fields are mutually exclusive. A request
179+
* that enables both fields on the same workforce identity pool provider will produce an error.
180+
* The value may be {@code null}.
181+
*/
182+
@com.google.api.client.util.Key
183+
private java.lang.String scimUsage;
184+
175185
/**
176186
* Output only. The state of the provider.
177187
* The value may be {@code null}.
@@ -499,6 +509,29 @@ public WorkforcePoolProvider setSaml(GoogleIamAdminV1WorkforcePoolProviderSaml s
499509
return this;
500510
}
501511

512+
/**
513+
* Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-
514+
* managed groups instead of the `google.groups` attribute mapping for authorization checks. The
515+
* `scim_usage` and `extended_attributes_oauth2_client` fields are mutually exclusive. A request
516+
* that enables both fields on the same workforce identity pool provider will produce an error.
517+
* @return value or {@code null} for none
518+
*/
519+
public java.lang.String getScimUsage() {
520+
return scimUsage;
521+
}
522+
523+
/**
524+
* Optional. Agentspace only. Specifies whether the workforce identity pool provider uses SCIM-
525+
* managed groups instead of the `google.groups` attribute mapping for authorization checks. The
526+
* `scim_usage` and `extended_attributes_oauth2_client` fields are mutually exclusive. A request
527+
* that enables both fields on the same workforce identity pool provider will produce an error.
528+
* @param scimUsage scimUsage or {@code null} for none
529+
*/
530+
public WorkforcePoolProvider setScimUsage(java.lang.String scimUsage) {
531+
this.scimUsage = scimUsage;
532+
return this;
533+
}
534+
502535
/**
503536
* Output only. The state of the provider.
504537
* @return value or {@code null} for none

clients/google-api-services-iam/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-iam</artifactId>
11-
<version>v1-rev20251003-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20251003-2.0.0</name>
11+
<version>v1-rev20251010-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20251010-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-iam/v1/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-rev20251003-2.0.0</version>
25+
<version>v1-rev20251010-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-rev20251003-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20251010-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)