Skip to content

Commit cf93fe8

Browse files
1 parent 84b3d70 commit cf93fe8

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
25-
<version>v1beta1-rev20241208-2.0.0</version>
25+
<version>v1beta1-rev20241210-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-cloudidentity:v1beta1-rev20241208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20241210-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/CloudIdentityScopes.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ public class CloudIdentityScopes {
4444
/** See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
4545
public static final String CLOUD_IDENTITY_INBOUNDSSO_READONLY = "https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly";
4646

47-
/** List, Move orgmembers of an OrgUnit in your Cloud Identity Organization.. */
48-
public static final String CLOUD_IDENTITY_ORGUNITS = "https://www.googleapis.com/auth/cloud-identity.orgunits";
49-
50-
/** List org members of an OrgUnit in your Cloud Identity Organization.. */
51-
public static final String CLOUD_IDENTITY_ORGUNITS_READONLY = "https://www.googleapis.com/auth/cloud-identity.orgunits.readonly";
52-
5347
/** See and edit policies in your Cloud Identity Organization.. */
5448
public static final String CLOUD_IDENTITY_POLICIES = "https://www.googleapis.com/auth/cloud-identity.policies";
5549

@@ -73,8 +67,6 @@ public static java.util.Set<String> all() {
7367
set.add(CLOUD_IDENTITY_GROUPS_READONLY);
7468
set.add(CLOUD_IDENTITY_INBOUNDSSO);
7569
set.add(CLOUD_IDENTITY_INBOUNDSSO_READONLY);
76-
set.add(CLOUD_IDENTITY_ORGUNITS);
77-
set.add(CLOUD_IDENTITY_ORGUNITS_READONLY);
7870
set.add(CLOUD_IDENTITY_POLICIES);
7971
set.add(CLOUD_IDENTITY_POLICIES_READONLY);
8072
set.add(CLOUD_PLATFORM);

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
11-
<version>v1beta1-rev20241208-2.0.0</version>
12-
<name>Cloud Identity API v1beta1-rev20241208-2.0.0</name>
11+
<version>v1beta1-rev20241210-2.0.0</version>
12+
<name>Cloud Identity API v1beta1-rev20241210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
25-
<version>v1beta1-rev20241208-2.0.0</version>
25+
<version>v1beta1-rev20241210-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-cloudidentity:v1beta1-rev20241208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20241210-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)