Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-iam/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20260724-2.0.0</version>
<version>v1-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-iam:v1-rev20260724-2.0.0'
implementation 'com.google.apis:google-api-services-iam:v1-rev20260807-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class Oidc extends com.google.api.client.json.GenericJson {
private java.util.List<java.lang.String> allowedAudiences;

/**
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
* Required. The OIDC `issuer_uri`. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
* spec, the OIDC issuer URL is used to locate the provider's public keys (via `jwks_uri`) for
* verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.
* The value may be {@code null}.
Expand Down Expand Up @@ -94,7 +94,7 @@ public Oidc setAllowedAudiences(java.util.List<java.lang.String> allowedAudience
}

/**
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
* Required. The OIDC `issuer_uri`. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
* spec, the OIDC issuer URL is used to locate the provider's public keys (via `jwks_uri`) for
* verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.
* @return value or {@code null} for none
Expand All @@ -104,7 +104,7 @@ public java.lang.String getIssuerUri() {
}

/**
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
* Required. The OIDC `issuer_uri`. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
* spec, the OIDC issuer URL is used to locate the provider's public keys (via `jwks_uri`) for
* verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.
* @param issuerUri issuerUri or {@code null} for none
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-iam/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20260724-2.0.0</version>
<name>Identity and Access Management (IAM) API v1-rev20260724-2.0.0</name>
<version>v1-rev20260807-2.0.0</version>
<name>Identity and Access Management (IAM) API v1-rev20260807-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-iam/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20260724-2.0.0</version>
<version>v1-rev20260807-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-iam:v1-rev20260724-2.0.0'
implementation 'com.google.apis:google-api-services-iam:v1-rev20260807-2.0.0'
}
```

Expand Down
Loading