File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed
clients/google-api-services-cloudidentity/v1beta1
com/google/api/services/cloudidentity/v1beta1 Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-cloudidentity</artifactId >
25
- <version >v1beta1-rev20241208 -2.0.0</version >
25
+ <version >v1beta1-rev20241210 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ public class CloudIdentityScopes {
44
44
/** See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
45
45
public static final String CLOUD_IDENTITY_INBOUNDSSO_READONLY = "https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly" ;
46
46
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
-
53
47
/** See and edit policies in your Cloud Identity Organization.. */
54
48
public static final String CLOUD_IDENTITY_POLICIES = "https://www.googleapis.com/auth/cloud-identity.policies" ;
55
49
@@ -73,8 +67,6 @@ public static java.util.Set<String> all() {
73
67
set .add (CLOUD_IDENTITY_GROUPS_READONLY );
74
68
set .add (CLOUD_IDENTITY_INBOUNDSSO );
75
69
set .add (CLOUD_IDENTITY_INBOUNDSSO_READONLY );
76
- set .add (CLOUD_IDENTITY_ORGUNITS );
77
- set .add (CLOUD_IDENTITY_ORGUNITS_READONLY );
78
70
set .add (CLOUD_IDENTITY_POLICIES );
79
71
set .add (CLOUD_IDENTITY_POLICIES_READONLY );
80
72
set .add (CLOUD_PLATFORM );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-cloudidentity</artifactId >
25
- <version >v1beta1-rev20241208 -2.0.0</version >
25
+ <version >v1beta1-rev20241210 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments