Skip to content

Commit 253c8c9

Browse files
1 parent b0f679d commit 253c8c9

File tree

5 files changed

+12
-12
lines changed

5 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class GoogleIamAdminV1WorkforcePoolProviderSaml extends com.google.
3737
* characters. The metadata xml document should satisfy the following constraints: 1) Must contain
3838
* an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key
3939
* certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b)
40-
* Valid to should be no more than 20 years in the future. 4) Up to 3 IdP signing keys are allowed
40+
* Valid to should be no more than 25 years in the future. 4) Up to 3 IdP signing keys are allowed
4141
* in the metadata xml. When updating the provider's metadata xml, at least one non-expired
4242
* signing key must overlap with the existing metadata. This requirement is skipped if there are
4343
* no non-expired signing keys present in the existing metadata.
@@ -53,7 +53,7 @@ public final class GoogleIamAdminV1WorkforcePoolProviderSaml extends com.google.
5353
* characters. The metadata xml document should satisfy the following constraints: 1) Must contain
5454
* an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key
5555
* certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b)
56-
* Valid to should be no more than 20 years in the future. 4) Up to 3 IdP signing keys are allowed
56+
* Valid to should be no more than 25 years in the future. 4) Up to 3 IdP signing keys are allowed
5757
* in the metadata xml. When updating the provider's metadata xml, at least one non-expired
5858
* signing key must overlap with the existing metadata. This requirement is skipped if there are
5959
* no non-expired signing keys present in the existing metadata.
@@ -70,7 +70,7 @@ public java.lang.String getIdpMetadataXml() {
7070
* characters. The metadata xml document should satisfy the following constraints: 1) Must contain
7171
* an Identity Provider Entity ID. 2) Must contain at least one non-expired signing key
7272
* certificate. 3) For each signing key: a) Valid from should be no more than 7 days from now. b)
73-
* Valid to should be no more than 20 years in the future. 4) Up to 3 IdP signing keys are allowed
73+
* Valid to should be no more than 25 years in the future. 4) Up to 3 IdP signing keys are allowed
7474
* in the metadata xml. When updating the provider's metadata xml, at least one non-expired
7575
* signing key must overlap with the existing metadata. This requirement is skipped if there are
7676
* no non-expired signing keys present in the existing metadata.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class Saml extends com.google.api.client.json.GenericJson {
3737
* SAML metadata XML document must satisfy the following constraints: * Must contain an IdP Entity
3838
* ID. * Must contain at least one non-expired signing certificate. * For each signing
3939
* certificate, the expiration must be: * From no more than 7 days in the future. * To no more
40-
* than 20 years in the future. * Up to three IdP signing keys are allowed. When updating the
40+
* than 25 years in the future. * Up to three IdP signing keys are allowed. When updating the
4141
* provider's metadata XML, at least one non-expired signing key must overlap with the existing
4242
* metadata. This requirement is skipped if there are no non-expired signing keys present in the
4343
* existing metadata.
@@ -53,7 +53,7 @@ public final class Saml extends com.google.api.client.json.GenericJson {
5353
* SAML metadata XML document must satisfy the following constraints: * Must contain an IdP Entity
5454
* ID. * Must contain at least one non-expired signing certificate. * For each signing
5555
* certificate, the expiration must be: * From no more than 7 days in the future. * To no more
56-
* than 20 years in the future. * Up to three IdP signing keys are allowed. When updating the
56+
* than 25 years in the future. * Up to three IdP signing keys are allowed. When updating the
5757
* provider's metadata XML, at least one non-expired signing key must overlap with the existing
5858
* metadata. This requirement is skipped if there are no non-expired signing keys present in the
5959
* existing metadata.
@@ -70,7 +70,7 @@ public java.lang.String getIdpMetadataXml() {
7070
* SAML metadata XML document must satisfy the following constraints: * Must contain an IdP Entity
7171
* ID. * Must contain at least one non-expired signing certificate. * For each signing
7272
* certificate, the expiration must be: * From no more than 7 days in the future. * To no more
73-
* than 20 years in the future. * Up to three IdP signing keys are allowed. When updating the
73+
* than 25 years in the future. * Up to three IdP signing keys are allowed. When updating the
7474
* provider's metadata XML, at least one non-expired signing key must overlap with the existing
7575
* metadata. This requirement is skipped if there are no non-expired signing keys present in the
7676
* existing metadata.

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-rev20250516-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20250516-2.0.0</name>
11+
<version>v1-rev20250613-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20250613-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-rev20250516-2.0.0</version>
25+
<version>v1-rev20250613-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-rev20250516-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250613-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)