Skip to content

Commit 3593f21

Browse files
1 parent 38cbd81 commit 3593f21

File tree

9 files changed

+42
-18
lines changed

9 files changed

+42
-18
lines changed

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ public class CloudIdentityScopes {
3838
/** See any Cloud Identity Groups that you can access, including group members and their emails. */
3939
public static final String CLOUD_IDENTITY_GROUPS_READONLY = "https://www.googleapis.com/auth/cloud-identity.groups.readonly";
4040

41+
/** See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
42+
public static final String CLOUD_IDENTITY_INBOUNDSSO = "https://www.googleapis.com/auth/cloud-identity.inboundsso";
43+
44+
/** See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
45+
public static final String CLOUD_IDENTITY_INBOUNDSSO_READONLY = "https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly";
46+
4147
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
4248
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
4349

@@ -53,6 +59,8 @@ public static java.util.Set<String> all() {
5359
set.add(CLOUD_IDENTITY_DEVICES_READONLY);
5460
set.add(CLOUD_IDENTITY_GROUPS);
5561
set.add(CLOUD_IDENTITY_GROUPS_READONLY);
62+
set.add(CLOUD_IDENTITY_INBOUNDSSO);
63+
set.add(CLOUD_IDENTITY_INBOUNDSSO_READONLY);
5664
set.add(CLOUD_PLATFORM);
5765
return java.util.Collections.unmodifiableSet(set);
5866
}

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

1515
<inceptionYear>2011</inceptionYear>

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

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-rev20241021-2.0.0</version>
25+
<version>v1beta1-rev20241119-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-rev20241021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20241119-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ public class CloudIdentityScopes {
3838
/** See any Cloud Identity Groups that you can access, including group members and their emails. */
3939
public static final String CLOUD_IDENTITY_GROUPS_READONLY = "https://www.googleapis.com/auth/cloud-identity.groups.readonly";
4040

41+
/** See and edit all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
42+
public static final String CLOUD_IDENTITY_INBOUNDSSO = "https://www.googleapis.com/auth/cloud-identity.inboundsso";
43+
44+
/** See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.. */
45+
public static final String CLOUD_IDENTITY_INBOUNDSSO_READONLY = "https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly";
46+
47+
/** See and edit policies in your Cloud Identity Organization.. */
48+
public static final String CLOUD_IDENTITY_POLICIES = "https://www.googleapis.com/auth/cloud-identity.policies";
49+
50+
/** See policies in your Cloud Identity Organization.. */
51+
public static final String CLOUD_IDENTITY_POLICIES_READONLY = "https://www.googleapis.com/auth/cloud-identity.policies.readonly";
52+
4153
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
4254
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
4355

@@ -53,6 +65,10 @@ public static java.util.Set<String> all() {
5365
set.add(CLOUD_IDENTITY_DEVICES_READONLY);
5466
set.add(CLOUD_IDENTITY_GROUPS);
5567
set.add(CLOUD_IDENTITY_GROUPS_READONLY);
68+
set.add(CLOUD_IDENTITY_INBOUNDSSO);
69+
set.add(CLOUD_IDENTITY_INBOUNDSSO_READONLY);
70+
set.add(CLOUD_IDENTITY_POLICIES);
71+
set.add(CLOUD_IDENTITY_POLICIES_READONLY);
5672
set.add(CLOUD_PLATFORM);
5773
return java.util.Collections.unmodifiableSet(set);
5874
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public final class PolicyQuery extends com.google.api.client.json.GenericJson {
6464

6565
/**
6666
* Output only. The decimal sort order of this PolicyQuery. The value is relative to all other
67-
* policies with the same setting type within the whole customer. (there are no duplicates within
68-
* this set).
67+
* policies with the same setting type within the whole customer. (There are no duplicates within
68+
* this set.)
6969
* The value may be {@code null}.
7070
*/
7171
@com.google.api.client.util.Key
@@ -148,8 +148,8 @@ public PolicyQuery setQuery(java.lang.String query) {
148148

149149
/**
150150
* Output only. The decimal sort order of this PolicyQuery. The value is relative to all other
151-
* policies with the same setting type within the whole customer. (there are no duplicates within
152-
* this set).
151+
* policies with the same setting type within the whole customer. (There are no duplicates within
152+
* this set.)
153153
* @return value or {@code null} for none
154154
*/
155155
public java.lang.Double getSortOrder() {
@@ -158,8 +158,8 @@ public java.lang.Double getSortOrder() {
158158

159159
/**
160160
* Output only. The decimal sort order of this PolicyQuery. The value is relative to all other
161-
* policies with the same setting type within the whole customer. (there are no duplicates within
162-
* this set).
161+
* policies with the same setting type within the whole customer. (There are no duplicates within
162+
* this set.)
163163
* @param sortOrder sortOrder or {@code null} for none
164164
*/
165165
public PolicyQuery setSortOrder(java.lang.Double sortOrder) {

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-rev20241021-2.0.0</version>
12-
<name>Cloud Identity API v1beta1-rev20241021-2.0.0</name>
11+
<version>v1beta1-rev20241119-2.0.0</version>
12+
<name>Cloud Identity API v1beta1-rev20241119-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-rev20241021-2.0.0</version>
25+
<version>v1beta1-rev20241119-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-rev20241021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20241119-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)