You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The signature that is calculated based on **AccessKeySecret** and **Policy**. When you call an Object Storage Service (OSS) API operation, OSS uses the signature information to verify the POST request.
@@ -52972,6 +52973,7 @@ export class GetHoneyPotUploadPolicyInfoResponseBodyData extends $dara.Model {
52972
52973
host: 'Host',
52973
52974
key: 'Key',
52974
52975
policy: 'Policy',
52976
+
securityToken: 'SecurityToken',
52975
52977
signature: 'Signature',
52976
52978
};
52977
52979
}
@@ -52983,6 +52985,7 @@ export class GetHoneyPotUploadPolicyInfoResponseBodyData extends $dara.Model {
52983
52985
host: 'string',
52984
52986
key: 'string',
52985
52987
policy: 'string',
52988
+
securityToken: 'string',
52986
52989
signature: 'string',
52987
52990
};
52988
52991
}
@@ -119228,6 +119231,10 @@ export class DescribeCustomizedDictUploadInfoResponseBody extends $dara.Model {
119228
119231
* BDEDEEE7-AC25-559E-8C12-5168B139****
119229
119232
*/
119230
119233
requestId?: string;
119234
+
<<<<<<< Updated upstream
119235
+
=======
119236
+
securityToken?: string;
119237
+
>>>>>>> Stashed changes
119231
119238
/**
119232
119239
* @remarks
119233
119240
* The OSS signature.
@@ -119244,6 +119251,10 @@ export class DescribeCustomizedDictUploadInfoResponseBody extends $dara.Model {
119244
119251
key: 'Key',
119245
119252
policy: 'Policy',
119246
119253
requestId: 'RequestId',
119254
+
<<<<<<< Updated upstream
119255
+
=======
119256
+
securityToken: 'SecurityToken',
119257
+
>>>>>>> Stashed changes
119247
119258
signature: 'Signature',
119248
119259
};
119249
119260
}
@@ -119256,6 +119267,10 @@ export class DescribeCustomizedDictUploadInfoResponseBody extends $dara.Model {
0 commit comments