Skip to content

Commit 954031d

Browse files
committed
Generated java-async 2021-05-15 for cloudsso.
1 parent 8dc08b2 commit 954031d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

cloudsso-20210515/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-04-25 Version: 1.0.9
2+
- Generated java-async 2021-05-15 for cloudsso.
3+
14
2024-03-29 Version: 1.0.8
25
- Generated java-async 2021-05-15 for cloudsso.
36

cloudsso-20210515/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-cloudsso20210515</artifactId>
6-
<version>1.0.8</version>
6+
<version>1.0.9</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-cloudsso20210515</name>
99
<description>Alibaba Cloud cloudsso (20210515) Async SDK for Java
@@ -41,7 +41,7 @@
4141
<java.version>1.8</java.version>
4242
<maven.compiler.source>8</maven.compiler.source>
4343
<maven.compiler.target>8</maven.compiler.target>
44-
<service.version>0.2.7-beta</service.version>
44+
<service.version>0.2.8-beta</service.version>
4545
</properties>
4646
<dependencies>
4747
<dependency>

cloudsso-20210515/src/main/java/com/aliyun/sdk/service/cloudsso20210515/models/GetDirectoryStatisticsResponseBody.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public static class DirectoryStatistics extends TeaModel {
9696
@NameInMap("InProgressTaskCount")
9797
private Integer inProgressTaskCount;
9898

99+
@NameInMap("InlinePolicyPerAccessConfigurationQuota")
100+
private Integer inlinePolicyPerAccessConfigurationQuota;
101+
99102
@NameInMap("Region")
100103
private String region;
101104

@@ -126,6 +129,7 @@ private DirectoryStatistics(Builder builder) {
126129
this.groupCount = builder.groupCount;
127130
this.groupQuota = builder.groupQuota;
128131
this.inProgressTaskCount = builder.inProgressTaskCount;
132+
this.inlinePolicyPerAccessConfigurationQuota = builder.inlinePolicyPerAccessConfigurationQuota;
129133
this.region = builder.region;
130134
this.SCIMServerCredentialCount = builder.SCIMServerCredentialCount;
131135
this.SCIMSyncEnabled = builder.SCIMSyncEnabled;
@@ -199,6 +203,13 @@ public Integer getInProgressTaskCount() {
199203
return this.inProgressTaskCount;
200204
}
201205

206+
/**
207+
* @return inlinePolicyPerAccessConfigurationQuota
208+
*/
209+
public Integer getInlinePolicyPerAccessConfigurationQuota() {
210+
return this.inlinePolicyPerAccessConfigurationQuota;
211+
}
212+
202213
/**
203214
* @return region
204215
*/
@@ -257,6 +268,7 @@ public static final class Builder {
257268
private Integer groupCount;
258269
private Integer groupQuota;
259270
private Integer inProgressTaskCount;
271+
private Integer inlinePolicyPerAccessConfigurationQuota;
260272
private String region;
261273
private Integer SCIMServerCredentialCount;
262274
private Boolean SCIMSyncEnabled;
@@ -329,6 +341,14 @@ public Builder inProgressTaskCount(Integer inProgressTaskCount) {
329341
return this;
330342
}
331343

344+
/**
345+
* InlinePolicyPerAccessConfigurationQuota.
346+
*/
347+
public Builder inlinePolicyPerAccessConfigurationQuota(Integer inlinePolicyPerAccessConfigurationQuota) {
348+
this.inlinePolicyPerAccessConfigurationQuota = inlinePolicyPerAccessConfigurationQuota;
349+
return this;
350+
}
351+
332352
/**
333353
* The region ID of the directory.
334354
*/

0 commit comments

Comments
 (0)