Skip to content

Commit 6b56b8d

Browse files
committed
Generated java-async 2021-05-15 for cloudsso.
1 parent 3320474 commit 6b56b8d

File tree

259 files changed

+5695
-2077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+5695
-2077
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-12-13 Version: 1.0.11
2+
- Generated java-async 2021-05-15 for cloudsso.
3+
14
2024-06-03 Version: 1.0.10
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.10</version>
6+
<version>1.0.11</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.9-beta</service.version>
44+
<service.version>0.2.15-beta</service.version>
4545
</properties>
4646
<dependencies>
4747
<dependency>

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

Lines changed: 498 additions & 197 deletions
Large diffs are not rendered by default.

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

Lines changed: 498 additions & 197 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.aliyun.sdk.gateway.pop.models.*;
77

88
/**
9+
*
910
* {@link AddExternalSAMLIdPCertificateRequest} extends {@link RequestModel}
1011
*
1112
* <p>AddExternalSAMLIdPCertificateRequest</p>
@@ -67,7 +68,10 @@ private Builder(AddExternalSAMLIdPCertificateRequest request) {
6768
}
6869

6970
/**
70-
* The ID of the directory.
71+
* <p>The ID of the directory.</p>
72+
*
73+
* <strong>example:</strong>
74+
* <p>d-00fc2p61****</p>
7175
*/
7276
public Builder directoryId(String directoryId) {
7377
this.putQueryParameter("DirectoryId", directoryId);
@@ -76,10 +80,11 @@ public Builder directoryId(String directoryId) {
7680
}
7781

7882
/**
79-
* The X.509 certificate in the PEM format.
80-
* <p>
83+
* <p>The X.509 certificate in the PEM format.</p>
84+
* <p>The certificate is provided by the SAML IdP.</p>
8185
*
82-
* The certificate is provided by the SAML IdP.
86+
* <strong>example:</strong>
87+
* <p>MIIC8DCCAdigAwIBAgIQP9eomUYGeoND****</p>
8388
*/
8489
public Builder x509Certificate(String x509Certificate) {
8590
this.putQueryParameter("X509Certificate", x509Certificate);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.aliyun.sdk.gateway.pop.models.*;
77

88
/**
9+
*
910
* {@link AddExternalSAMLIdPCertificateResponse} extends {@link TeaModel}
1011
*
1112
* <p>AddExternalSAMLIdPCertificateResponse</p>

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.aliyun.sdk.gateway.pop.models.*;
77

88
/**
9+
*
910
* {@link AddExternalSAMLIdPCertificateResponseBody} extends {@link TeaModel}
1011
*
1112
* <p>AddExternalSAMLIdPCertificateResponseBody</p>
@@ -49,15 +50,21 @@ public static final class Builder {
4950
private String requestId;
5051

5152
/**
52-
* The ID of the SAML signing certificate.
53+
* <p>The ID of the SAML signing certificate.</p>
54+
*
55+
* <strong>example:</strong>
56+
* <p>idp-c-00wk2fb4foracls0****</p>
5357
*/
5458
public Builder certificateId(String certificateId) {
5559
this.certificateId = certificateId;
5660
return this;
5761
}
5862

5963
/**
60-
* The ID of the request.
64+
* <p>The ID of the request.</p>
65+
*
66+
* <strong>example:</strong>
67+
* <p>12B3E332-DD16-515B-B695-39BA233AA172</p>
6168
*/
6269
public Builder requestId(String requestId) {
6370
this.requestId = requestId;

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

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.aliyun.sdk.gateway.pop.models.*;
77

88
/**
9+
*
910
* {@link AddPermissionPolicyToAccessConfigurationRequest} extends {@link RequestModel}
1011
*
1112
* <p>AddPermissionPolicyToAccessConfigurationRequest</p>
@@ -109,7 +110,10 @@ private Builder(AddPermissionPolicyToAccessConfigurationRequest request) {
109110
}
110111

111112
/**
112-
* The ID of the access configuration.
113+
* <p>The ID of the access configuration.</p>
114+
*
115+
* <strong>example:</strong>
116+
* <p>ac-00jhtfl8thteu6uj****</p>
113117
*/
114118
public Builder accessConfigurationId(String accessConfigurationId) {
115119
this.putQueryParameter("AccessConfigurationId", accessConfigurationId);
@@ -118,7 +122,10 @@ public Builder accessConfigurationId(String accessConfigurationId) {
118122
}
119123

120124
/**
121-
* The ID of the directory.
125+
* <p>The ID of the directory.</p>
126+
*
127+
* <strong>example:</strong>
128+
* <p>d-00fc2p61****</p>
122129
*/
123130
public Builder directoryId(String directoryId) {
124131
this.putQueryParameter("DirectoryId", directoryId);
@@ -127,12 +134,12 @@ public Builder directoryId(String directoryId) {
127134
}
128135

129136
/**
130-
* The configurations of the inline policy.
131-
* <p>
132-
*
133-
* The value can be up to 4,096 characters in length.
137+
* <p>The configurations of the inline policy.</p>
138+
* <p>The value can be up to 4,096 characters in length.</p>
139+
* <p>If you set <code>PermissionPolicyType</code> to <code>Inline</code>, you must specify this parameter. For more information about the syntax and structure of RAM policies, see <a href="https://help.aliyun.com/document_detail/93739.html">Policy syntax and structure</a>.</p>
134140
*
135-
* If you set `PermissionPolicyType` to `Inline`, you must specify this parameter. For more information about the syntax and structure of RAM policies, see [Policy syntax and structure](~~93739~~).
141+
* <strong>example:</strong>
142+
* <p>{&quot;Statement&quot;: [{&quot;Action&quot;: &quot;<em>&quot;,&quot;Effect&quot;: &quot;Allow&quot;,&quot;Resource&quot;: &quot;</em>&quot;}],&quot;Version&quot;: &quot;1&quot;}</p>
136143
*/
137144
public Builder inlinePolicyDocument(String inlinePolicyDocument) {
138145
this.putQueryParameter("InlinePolicyDocument", inlinePolicyDocument);
@@ -141,11 +148,14 @@ public Builder inlinePolicyDocument(String inlinePolicyDocument) {
141148
}
142149

143150
/**
144-
* The name of the policy.
145-
* <p>
151+
* <p>The name of the policy.</p>
152+
* <ul>
153+
* <li>If you set <code>PermissionPolicyType</code> to <code>System</code>, you must set this parameter to the name of the system policy. You can obtain the name of the system policy from RAM.</li>
154+
* <li>If you set <code>PermissionPolicyType</code> to <code>Inline</code>, you must set this parameter to the name of the inline policy. A custom value is supported.</li>
155+
* </ul>
146156
*
147-
* * If you set `PermissionPolicyType` to `System`, you must set this parameter to the name of the system policy. You can obtain the name of the system policy from RAM.
148-
* * If you set `PermissionPolicyType` to `Inline`, you must set this parameter to the name of the inline policy. A custom value is supported.
157+
* <strong>example:</strong>
158+
* <p>AliyunECSFullAccess</p>
149159
*/
150160
public Builder permissionPolicyName(String permissionPolicyName) {
151161
this.putQueryParameter("PermissionPolicyName", permissionPolicyName);
@@ -154,11 +164,14 @@ public Builder permissionPolicyName(String permissionPolicyName) {
154164
}
155165

156166
/**
157-
* The type of the policy. Valid values:
158-
* <p>
167+
* <p>The type of the policy. Valid values:</p>
168+
* <ul>
169+
* <li>System: system policy. Resource Access Management (RAM) system policies are reused.</li>
170+
* <li>Inline: inline policy. Inline policies are created based on the RAM policy syntax and structure.</li>
171+
* </ul>
159172
*
160-
* * System: system policy. Resource Access Management (RAM) system policies are reused.
161-
* * Inline: inline policy. Inline policies are created based on the RAM policy syntax and structure.
173+
* <strong>example:</strong>
174+
* <p>System</p>
162175
*/
163176
public Builder permissionPolicyType(String permissionPolicyType) {
164177
this.putQueryParameter("PermissionPolicyType", permissionPolicyType);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.aliyun.sdk.gateway.pop.models.*;
77

88
/**
9+
*
910
* {@link AddPermissionPolicyToAccessConfigurationResponse} extends {@link TeaModel}
1011
*
1112
* <p>AddPermissionPolicyToAccessConfigurationResponse</p>

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.aliyun.sdk.gateway.pop.models.*;
77

88
/**
9+
*
910
* {@link AddPermissionPolicyToAccessConfigurationResponseBody} extends {@link TeaModel}
1011
*
1112
* <p>AddPermissionPolicyToAccessConfigurationResponseBody</p>
@@ -37,7 +38,10 @@ public static final class Builder {
3738
private String requestId;
3839

3940
/**
40-
* The ID of the request.
41+
* <p>The ID of the request.</p>
42+
*
43+
* <strong>example:</strong>
44+
* <p>B7C6E839-FB65-59BE-B753-003AA8AF7DF7</p>
4145
*/
4246
public Builder requestId(String requestId) {
4347
this.requestId = requestId;

0 commit comments

Comments
 (0)