@alicloud/eiam20211201 2.18.0 → 2.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +10 -10
- package/dist/client.js +19 -10
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAuthorizationResourceRequest.d.ts +42 -2
- package/dist/models/CreateAuthorizationResourceRequest.js +47 -1
- package/dist/models/CreateAuthorizationResourceRequest.js.map +1 -1
- package/dist/models/CreateInstanceRequest.d.ts +8 -0
- package/dist/models/CreateInstanceRequest.js +2 -0
- package/dist/models/CreateInstanceRequest.js.map +1 -1
- package/dist/models/CreateInstanceResponseBody.d.ts +1 -1
- package/dist/models/ExecuteInstanceFailoverRequest.d.ts +4 -2
- package/dist/models/ExecuteInstanceFailoverRequest.js.map +1 -1
- package/dist/models/ExecuteInstanceFailoverResponseBody.d.ts +3 -0
- package/dist/models/ExecuteInstanceFailoverResponseBody.js.map +1 -1
- package/dist/models/GetAuthorizationResourceResponseBody.d.ts +59 -5
- package/dist/models/GetAuthorizationResourceResponseBody.js +51 -1
- package/dist/models/GetAuthorizationResourceResponseBody.js.map +1 -1
- package/dist/models/GetInstanceLicenseResponseBody.d.ts +26 -21
- package/dist/models/GetInstanceLicenseResponseBody.js +2 -0
- package/dist/models/GetInstanceLicenseResponseBody.js.map +1 -1
- package/dist/models/ListAuthorizationResourcesRequest.d.ts +7 -7
- package/dist/models/ListAuthorizationResourcesResponseBody.d.ts +60 -5
- package/dist/models/ListAuthorizationResourcesResponseBody.js +51 -1
- package/dist/models/ListAuthorizationResourcesResponseBody.js.map +1 -1
- package/dist/models/ListInstancesRequest.d.ts +15 -0
- package/dist/models/ListInstancesRequest.js +2 -0
- package/dist/models/ListInstancesRequest.js.map +1 -1
- package/dist/models/ListInstancesResponseBody.d.ts +4 -4
- package/dist/models/model.d.ts +6 -0
- package/dist/models/model.js +51 -39
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +22 -10
- package/src/models/CreateAuthorizationResourceRequest.ts +70 -2
- package/src/models/CreateInstanceRequest.ts +10 -0
- package/src/models/CreateInstanceResponseBody.ts +1 -1
- package/src/models/ExecuteInstanceFailoverRequest.ts +4 -2
- package/src/models/ExecuteInstanceFailoverResponseBody.ts +3 -0
- package/src/models/GetAuthorizationResourceResponseBody.ts +91 -5
- package/src/models/GetInstanceLicenseResponseBody.ts +28 -21
- package/src/models/ListAuthorizationResourcesRequest.ts +7 -7
- package/src/models/ListAuthorizationResourcesResponseBody.ts +92 -5
- package/src/models/ListInstancesRequest.ts +17 -0
- package/src/models/ListInstancesResponseBody.ts +4 -4
- package/src/models/model.ts +6 -0
|
@@ -1,4 +1,38 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateAuthorizationResourceRequestConditionCredentialCondition extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Specifies whether same-name identity accounts are supported.
|
|
6
|
+
*/
|
|
7
|
+
allowSameNameIdentity?: boolean;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export declare class CreateAuthorizationResourceRequestCondition extends $dara.Model {
|
|
20
|
+
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* The effective condition when used as a credential.
|
|
23
|
+
*/
|
|
24
|
+
credentialCondition?: CreateAuthorizationResourceRequestConditionCredentialCondition;
|
|
25
|
+
static names(): {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
static types(): {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
validate(): void;
|
|
32
|
+
constructor(map?: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
});
|
|
35
|
+
}
|
|
2
36
|
export declare class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
3
37
|
/**
|
|
4
38
|
* @remarks
|
|
@@ -13,7 +47,8 @@ export declare class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
|
13
47
|
/**
|
|
14
48
|
* @remarks
|
|
15
49
|
* The type of the resource entity associated with the authorization resource. Valid values:
|
|
16
|
-
*
|
|
50
|
+
*
|
|
51
|
+
* - cloud_account_role: cloud role
|
|
17
52
|
*
|
|
18
53
|
* This parameter is required.
|
|
19
54
|
*
|
|
@@ -33,7 +68,7 @@ export declare class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
|
33
68
|
authorizationRuleId?: string;
|
|
34
69
|
/**
|
|
35
70
|
* @remarks
|
|
36
|
-
* The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but make sure that the value is unique among different requests. The
|
|
71
|
+
* The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see References [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
|
|
37
72
|
*
|
|
38
73
|
* This parameter is required.
|
|
39
74
|
*
|
|
@@ -41,6 +76,11 @@ export declare class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
|
41
76
|
* client-token-example
|
|
42
77
|
*/
|
|
43
78
|
clientToken?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The effective condition.
|
|
82
|
+
*/
|
|
83
|
+
condition?: CreateAuthorizationResourceRequestCondition;
|
|
44
84
|
/**
|
|
45
85
|
* @remarks
|
|
46
86
|
* The instance ID.
|
|
@@ -33,9 +33,50 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.CreateAuthorizationResourceRequest = void 0;
|
|
36
|
+
exports.CreateAuthorizationResourceRequest = exports.CreateAuthorizationResourceRequestCondition = exports.CreateAuthorizationResourceRequestConditionCredentialCondition = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateAuthorizationResourceRequestConditionCredentialCondition extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
allowSameNameIdentity: 'AllowSameNameIdentity',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
allowSameNameIdentity: 'boolean',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.CreateAuthorizationResourceRequestConditionCredentialCondition = CreateAuthorizationResourceRequestConditionCredentialCondition;
|
|
58
|
+
class CreateAuthorizationResourceRequestCondition extends $dara.Model {
|
|
59
|
+
static names() {
|
|
60
|
+
return {
|
|
61
|
+
credentialCondition: 'CredentialCondition',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
static types() {
|
|
65
|
+
return {
|
|
66
|
+
credentialCondition: CreateAuthorizationResourceRequestConditionCredentialCondition,
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
validate() {
|
|
70
|
+
if (this.credentialCondition && typeof this.credentialCondition.validate === 'function') {
|
|
71
|
+
this.credentialCondition.validate();
|
|
72
|
+
}
|
|
73
|
+
super.validate();
|
|
74
|
+
}
|
|
75
|
+
constructor(map) {
|
|
76
|
+
super(map);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.CreateAuthorizationResourceRequestCondition = CreateAuthorizationResourceRequestCondition;
|
|
39
80
|
class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
40
81
|
static names() {
|
|
41
82
|
return {
|
|
@@ -43,6 +84,7 @@ class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
|
43
84
|
authorizationResourceEntityType: 'AuthorizationResourceEntityType',
|
|
44
85
|
authorizationRuleId: 'AuthorizationRuleId',
|
|
45
86
|
clientToken: 'ClientToken',
|
|
87
|
+
condition: 'Condition',
|
|
46
88
|
instanceId: 'InstanceId',
|
|
47
89
|
};
|
|
48
90
|
}
|
|
@@ -52,10 +94,14 @@ class CreateAuthorizationResourceRequest extends $dara.Model {
|
|
|
52
94
|
authorizationResourceEntityType: 'string',
|
|
53
95
|
authorizationRuleId: 'string',
|
|
54
96
|
clientToken: 'string',
|
|
97
|
+
condition: CreateAuthorizationResourceRequestCondition,
|
|
55
98
|
instanceId: 'string',
|
|
56
99
|
};
|
|
57
100
|
}
|
|
58
101
|
validate() {
|
|
102
|
+
if (this.condition && typeof this.condition.validate === 'function') {
|
|
103
|
+
this.condition.validate();
|
|
104
|
+
}
|
|
59
105
|
super.validate();
|
|
60
106
|
}
|
|
61
107
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateAuthorizationResourceRequest.js","sourceRoot":"","sources":["../../src/models/CreateAuthorizationResourceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateAuthorizationResourceRequest.js","sourceRoot":"","sources":["../../src/models/CreateAuthorizationResourceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8DAA+D,SAAQ,KAAK,CAAC,KAAK;IAM7F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,uBAAuB;SAC/C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,SAAS;SACjC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzBD,wIAyBC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAM1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;SAC3C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,8DAA8D;SACpF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,mBAAmB,IAAI,OAAQ,IAAI,CAAC,mBAA2B,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/F,IAAI,CAAC,mBAA2B,CAAC,QAAQ,EAAE,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,kGA4BC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IA0DjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,6BAA6B,EAAE,+BAA+B;YAC9D,+BAA+B,EAAE,iCAAiC;YAClE,mBAAmB,EAAE,qBAAqB;YAC1C,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,6BAA6B,EAAE,QAAQ;YACvC,+BAA+B,EAAE,QAAQ;YACzC,mBAAmB,EAAE,QAAQ;YAC7B,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,2CAA2C;YACtD,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,SAAS,IAAI,OAAQ,IAAI,CAAC,SAAiB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3E,IAAI,CAAC,SAAiB,CAAC,QAAQ,EAAE,CAAC;QACrC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1FD,gFA0FC"}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateInstanceRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The client token that is used to ensure the idempotence of the request. Generate a parameter value from your client to ensure that the value is unique among different requests. The ClientToken value supports only ASCII characters and cannot exceed 64 characters in length. If you retry a request with the same ClientToken value, the complete response of the initial call is returned without creating a duplicate instance.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* client-token-example
|
|
9
|
+
*/
|
|
10
|
+
clientToken?: string;
|
|
3
11
|
/**
|
|
4
12
|
* @remarks
|
|
5
13
|
* The description of the instance. The description can be up to 128 characters in length.
|
|
@@ -39,11 +39,13 @@ const $dara = __importStar(require("@darabonba/typescript"));
|
|
|
39
39
|
class CreateInstanceRequest extends $dara.Model {
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
|
+
clientToken: 'ClientToken',
|
|
42
43
|
description: 'Description',
|
|
43
44
|
};
|
|
44
45
|
}
|
|
45
46
|
static types() {
|
|
46
47
|
return {
|
|
48
|
+
clientToken: 'string',
|
|
47
49
|
description: 'string',
|
|
48
50
|
};
|
|
49
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInstanceRequest.js","sourceRoot":"","sources":["../../src/models/CreateInstanceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateInstanceRequest.js","sourceRoot":"","sources":["../../src/models/CreateInstanceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;IAiBpD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sDAsCC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateInstanceResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The ID of the instance
|
|
5
|
+
* The ID of the instance created by this API call.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* idaas_wj5htncdvoc4q5xxxxxxxxx
|
|
@@ -2,7 +2,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ExecuteInstanceFailoverRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The failover status. Valid values:
|
|
6
|
+
* - inactive: The primary instance is active.
|
|
7
|
+
* - active: The replica instance is active.
|
|
6
8
|
*
|
|
7
9
|
* This parameter is required.
|
|
8
10
|
*
|
|
@@ -12,7 +14,7 @@ export declare class ExecuteInstanceFailoverRequest extends $dara.Model {
|
|
|
12
14
|
instanceFailoverStatus?: string;
|
|
13
15
|
/**
|
|
14
16
|
* @remarks
|
|
15
|
-
*
|
|
17
|
+
* The replica instance ID.
|
|
16
18
|
*
|
|
17
19
|
* This parameter is required.
|
|
18
20
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExecuteInstanceFailoverRequest.js","sourceRoot":"","sources":["../../src/models/ExecuteInstanceFailoverRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ExecuteInstanceFailoverRequest.js","sourceRoot":"","sources":["../../src/models/ExecuteInstanceFailoverRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAuB7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,QAAQ;YAChC,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5CD,wEA4CC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExecuteInstanceFailoverResponseBody.js","sourceRoot":"","sources":["../../src/models/ExecuteInstanceFailoverResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ExecuteInstanceFailoverResponseBody.js","sourceRoot":"","sources":["../../src/models/ExecuteInstanceFailoverResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IASlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,kFA4BC"}
|
|
@@ -1,8 +1,42 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Specifies whether same-name identity accounts are supported.
|
|
6
|
+
*/
|
|
7
|
+
allowSameNameIdentity?: boolean;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export declare class GetAuthorizationResourceResponseBodyAuthorizationResourceCondition extends $dara.Model {
|
|
20
|
+
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* The credential condition.
|
|
23
|
+
*/
|
|
24
|
+
credentialCondition?: GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition;
|
|
25
|
+
static names(): {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
static types(): {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
validate(): void;
|
|
32
|
+
constructor(map?: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
});
|
|
35
|
+
}
|
|
2
36
|
export declare class GetAuthorizationResourceResponseBodyAuthorizationResource extends $dara.Model {
|
|
3
37
|
/**
|
|
4
38
|
* @remarks
|
|
5
|
-
* The
|
|
39
|
+
* The resource entity ID associated with the authorization resource.
|
|
6
40
|
*
|
|
7
41
|
* @example
|
|
8
42
|
* carole_01kmek49aqxxxx
|
|
@@ -10,8 +44,7 @@ export declare class GetAuthorizationResourceResponseBodyAuthorizationResource e
|
|
|
10
44
|
authorizationResourceEntityId?: string;
|
|
11
45
|
/**
|
|
12
46
|
* @remarks
|
|
13
|
-
* The
|
|
14
|
-
*
|
|
47
|
+
* The resource entity type associated with the authorization resource. Valid values:
|
|
15
48
|
* - cloud_account_role: cloud role.
|
|
16
49
|
*
|
|
17
50
|
* @example
|
|
@@ -36,12 +69,25 @@ export declare class GetAuthorizationResourceResponseBodyAuthorizationResource e
|
|
|
36
69
|
authorizationRuleId?: string;
|
|
37
70
|
/**
|
|
38
71
|
* @remarks
|
|
39
|
-
* The
|
|
72
|
+
* The cloud account ID to which the resource entity associated with the authorization resource belongs.
|
|
40
73
|
*
|
|
41
74
|
* @example
|
|
42
75
|
* ca_01kmegjc11qa1txxxxx
|
|
43
76
|
*/
|
|
44
77
|
cloudAccountId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* The condition restriction.
|
|
81
|
+
*/
|
|
82
|
+
condition?: GetAuthorizationResourceResponseBodyAuthorizationResourceCondition;
|
|
83
|
+
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* The creation time.
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* 1787023451494
|
|
89
|
+
*/
|
|
90
|
+
createTime?: number;
|
|
45
91
|
/**
|
|
46
92
|
* @remarks
|
|
47
93
|
* The instance ID.
|
|
@@ -50,6 +96,14 @@ export declare class GetAuthorizationResourceResponseBodyAuthorizationResource e
|
|
|
50
96
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
51
97
|
*/
|
|
52
98
|
instanceId?: string;
|
|
99
|
+
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* The update time.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* 1787023451494
|
|
105
|
+
*/
|
|
106
|
+
updateTime?: number;
|
|
53
107
|
static names(): {
|
|
54
108
|
[key: string]: string;
|
|
55
109
|
};
|
|
@@ -64,7 +118,7 @@ export declare class GetAuthorizationResourceResponseBodyAuthorizationResource e
|
|
|
64
118
|
export declare class GetAuthorizationResourceResponseBody extends $dara.Model {
|
|
65
119
|
/**
|
|
66
120
|
* @remarks
|
|
67
|
-
* The
|
|
121
|
+
* The authorization resource.
|
|
68
122
|
*/
|
|
69
123
|
authorizationResource?: GetAuthorizationResourceResponseBodyAuthorizationResource;
|
|
70
124
|
/**
|
|
@@ -33,9 +33,50 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.GetAuthorizationResourceResponseBody = exports.GetAuthorizationResourceResponseBodyAuthorizationResource = void 0;
|
|
36
|
+
exports.GetAuthorizationResourceResponseBody = exports.GetAuthorizationResourceResponseBodyAuthorizationResource = exports.GetAuthorizationResourceResponseBodyAuthorizationResourceCondition = exports.GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
allowSameNameIdentity: 'AllowSameNameIdentity',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
allowSameNameIdentity: 'boolean',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition = GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition;
|
|
58
|
+
class GetAuthorizationResourceResponseBodyAuthorizationResourceCondition extends $dara.Model {
|
|
59
|
+
static names() {
|
|
60
|
+
return {
|
|
61
|
+
credentialCondition: 'CredentialCondition',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
static types() {
|
|
65
|
+
return {
|
|
66
|
+
credentialCondition: GetAuthorizationResourceResponseBodyAuthorizationResourceConditionCredentialCondition,
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
validate() {
|
|
70
|
+
if (this.credentialCondition && typeof this.credentialCondition.validate === 'function') {
|
|
71
|
+
this.credentialCondition.validate();
|
|
72
|
+
}
|
|
73
|
+
super.validate();
|
|
74
|
+
}
|
|
75
|
+
constructor(map) {
|
|
76
|
+
super(map);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.GetAuthorizationResourceResponseBodyAuthorizationResourceCondition = GetAuthorizationResourceResponseBodyAuthorizationResourceCondition;
|
|
39
80
|
class GetAuthorizationResourceResponseBodyAuthorizationResource extends $dara.Model {
|
|
40
81
|
static names() {
|
|
41
82
|
return {
|
|
@@ -44,7 +85,10 @@ class GetAuthorizationResourceResponseBodyAuthorizationResource extends $dara.Mo
|
|
|
44
85
|
authorizationResourceId: 'AuthorizationResourceId',
|
|
45
86
|
authorizationRuleId: 'AuthorizationRuleId',
|
|
46
87
|
cloudAccountId: 'CloudAccountId',
|
|
88
|
+
condition: 'Condition',
|
|
89
|
+
createTime: 'CreateTime',
|
|
47
90
|
instanceId: 'InstanceId',
|
|
91
|
+
updateTime: 'UpdateTime',
|
|
48
92
|
};
|
|
49
93
|
}
|
|
50
94
|
static types() {
|
|
@@ -54,10 +98,16 @@ class GetAuthorizationResourceResponseBodyAuthorizationResource extends $dara.Mo
|
|
|
54
98
|
authorizationResourceId: 'string',
|
|
55
99
|
authorizationRuleId: 'string',
|
|
56
100
|
cloudAccountId: 'string',
|
|
101
|
+
condition: GetAuthorizationResourceResponseBodyAuthorizationResourceCondition,
|
|
102
|
+
createTime: 'number',
|
|
57
103
|
instanceId: 'string',
|
|
104
|
+
updateTime: 'number',
|
|
58
105
|
};
|
|
59
106
|
}
|
|
60
107
|
validate() {
|
|
108
|
+
if (this.condition && typeof this.condition.validate === 'function') {
|
|
109
|
+
this.condition.validate();
|
|
110
|
+
}
|
|
61
111
|
super.validate();
|
|
62
112
|
}
|
|
63
113
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetAuthorizationResourceResponseBody.js","sourceRoot":"","sources":["../../src/models/GetAuthorizationResourceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetAuthorizationResourceResponseBody.js","sourceRoot":"","sources":["../../src/models/GetAuthorizationResourceResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The conditional access license status.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* enabled
|
|
@@ -10,7 +10,7 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
10
10
|
conditionalAccessPolicyLicenseStatus?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The M2M license status.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* enabled
|
|
@@ -18,7 +18,7 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
18
18
|
m2mApplicationLicenseStatus?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The quota
|
|
21
|
+
* The M2M application quota of the license.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* 2
|
|
@@ -26,7 +26,7 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
26
26
|
m2mApplicationQuota?: number;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The machine identity status.
|
|
29
|
+
* The machine identity license status.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* enabled
|
|
@@ -34,7 +34,7 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
34
34
|
mimApplicationLicenseStatus?: string;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
* The quota
|
|
37
|
+
* The network access endpoint quota of the license.
|
|
38
38
|
*
|
|
39
39
|
* @example
|
|
40
40
|
* 1
|
|
@@ -42,7 +42,12 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
42
42
|
networkAccessEndpointQuota?: number;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
* The
|
|
45
|
+
* The PAM privileged management license status. Valid values: enabled and disabled.
|
|
46
|
+
*/
|
|
47
|
+
pamLicenseStatus?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* The number of prepaid active accounts.
|
|
46
51
|
*
|
|
47
52
|
* @example
|
|
48
53
|
* 100
|
|
@@ -50,7 +55,7 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
50
55
|
prepaidActiveUserNumber?: number;
|
|
51
56
|
/**
|
|
52
57
|
* @remarks
|
|
53
|
-
* The user quota
|
|
58
|
+
* The user quota of the license.
|
|
54
59
|
*
|
|
55
60
|
* @example
|
|
56
61
|
* 100
|
|
@@ -70,7 +75,7 @@ export declare class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail
|
|
|
70
75
|
export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
71
76
|
/**
|
|
72
77
|
* @remarks
|
|
73
|
-
* The license
|
|
78
|
+
* The edition of the license.
|
|
74
79
|
*
|
|
75
80
|
* @example
|
|
76
81
|
* free
|
|
@@ -78,7 +83,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
78
83
|
edition?: string;
|
|
79
84
|
/**
|
|
80
85
|
* @remarks
|
|
81
|
-
* The
|
|
86
|
+
* The end date of the license validity period, in timestamp format.
|
|
82
87
|
*
|
|
83
88
|
* @example
|
|
84
89
|
* 1723996800000
|
|
@@ -86,12 +91,12 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
86
91
|
endTime?: number;
|
|
87
92
|
/**
|
|
88
93
|
* @remarks
|
|
89
|
-
* The
|
|
94
|
+
* The detailed license information of the instance.
|
|
90
95
|
*/
|
|
91
96
|
instanceLicenseDetail?: GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail;
|
|
92
97
|
/**
|
|
93
98
|
* @remarks
|
|
94
|
-
* The billing
|
|
99
|
+
* The billing type of the license.
|
|
95
100
|
*
|
|
96
101
|
* @example
|
|
97
102
|
* prepay
|
|
@@ -99,7 +104,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
99
104
|
licenseChargeType?: string;
|
|
100
105
|
/**
|
|
101
106
|
* @remarks
|
|
102
|
-
* The detailed
|
|
107
|
+
* The detailed license configuration in JSON string format.
|
|
103
108
|
*
|
|
104
109
|
* @example
|
|
105
110
|
* {"modules":[{"features":[{"name":"urn:alibaba:idaas:license:module:ud:customField","status":"enabled"}]……{"name":"urn:alibaba:idaas:license:tag:enterprise","status":"enabled"}],"version":"1.0"}
|
|
@@ -107,7 +112,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
107
112
|
licenseConfigJson?: string;
|
|
108
113
|
/**
|
|
109
114
|
* @remarks
|
|
110
|
-
* The
|
|
115
|
+
* The creation time of the license, in timestamp format.
|
|
111
116
|
*
|
|
112
117
|
* @example
|
|
113
118
|
* 1720509699000
|
|
@@ -115,7 +120,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
115
120
|
licenseCreateTime?: number;
|
|
116
121
|
/**
|
|
117
122
|
* @remarks
|
|
118
|
-
* The unique identifier
|
|
123
|
+
* The unique identifier of the license.
|
|
119
124
|
*
|
|
120
125
|
* @example
|
|
121
126
|
* license_1234xxxx
|
|
@@ -123,7 +128,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
123
128
|
licenseId?: string;
|
|
124
129
|
/**
|
|
125
130
|
* @remarks
|
|
126
|
-
* The license
|
|
131
|
+
* The status of the license.
|
|
127
132
|
*
|
|
128
133
|
* @example
|
|
129
134
|
* valid
|
|
@@ -131,7 +136,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
131
136
|
licenseStatus?: string;
|
|
132
137
|
/**
|
|
133
138
|
* @remarks
|
|
134
|
-
* The channel
|
|
139
|
+
* The purchase channel of the license.
|
|
135
140
|
*
|
|
136
141
|
* @example
|
|
137
142
|
* alibaba_cloud
|
|
@@ -139,7 +144,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
139
144
|
purchaseChannel?: string;
|
|
140
145
|
/**
|
|
141
146
|
* @remarks
|
|
142
|
-
* The unique identifier of the external
|
|
147
|
+
* The unique identifier of the external product associated with the license.
|
|
143
148
|
*
|
|
144
149
|
* @example
|
|
145
150
|
* eiam-cn-xxxxx
|
|
@@ -147,7 +152,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
147
152
|
purchaseInstanceId?: string;
|
|
148
153
|
/**
|
|
149
154
|
* @remarks
|
|
150
|
-
* The
|
|
155
|
+
* The start date of the license validity period, in timestamp format.
|
|
151
156
|
*
|
|
152
157
|
* @example
|
|
153
158
|
* 1720509699000
|
|
@@ -155,7 +160,7 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
155
160
|
startTime?: number;
|
|
156
161
|
/**
|
|
157
162
|
* @remarks
|
|
158
|
-
* The user quota
|
|
163
|
+
* The user quota of the license.
|
|
159
164
|
*
|
|
160
165
|
* @example
|
|
161
166
|
* 100
|
|
@@ -175,12 +180,12 @@ export declare class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
175
180
|
export declare class GetInstanceLicenseResponseBody extends $dara.Model {
|
|
176
181
|
/**
|
|
177
182
|
* @remarks
|
|
178
|
-
* The
|
|
183
|
+
* The response result.
|
|
179
184
|
*/
|
|
180
185
|
license?: GetInstanceLicenseResponseBodyLicense;
|
|
181
186
|
/**
|
|
182
187
|
* @remarks
|
|
183
|
-
* The ID
|
|
188
|
+
* The request ID.
|
|
184
189
|
*
|
|
185
190
|
* @example
|
|
186
191
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -44,6 +44,7 @@ class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends $dara.M
|
|
|
44
44
|
m2mApplicationQuota: 'M2mApplicationQuota',
|
|
45
45
|
mimApplicationLicenseStatus: 'MimApplicationLicenseStatus',
|
|
46
46
|
networkAccessEndpointQuota: 'NetworkAccessEndpointQuota',
|
|
47
|
+
pamLicenseStatus: 'PamLicenseStatus',
|
|
47
48
|
prepaidActiveUserNumber: 'PrepaidActiveUserNumber',
|
|
48
49
|
userQuota: 'UserQuota',
|
|
49
50
|
};
|
|
@@ -55,6 +56,7 @@ class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends $dara.M
|
|
|
55
56
|
m2mApplicationQuota: 'number',
|
|
56
57
|
mimApplicationLicenseStatus: 'string',
|
|
57
58
|
networkAccessEndpointQuota: 'number',
|
|
59
|
+
pamLicenseStatus: 'string',
|
|
58
60
|
prepaidActiveUserNumber: 'number',
|
|
59
61
|
userQuota: 'number',
|
|
60
62
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetInstanceLicenseResponseBody.js","sourceRoot":"","sources":["../../src/models/GetInstanceLicenseResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetInstanceLicenseResponseBody.js","sourceRoot":"","sources":["../../src/models/GetInstanceLicenseResponseBody.ts"],"names":[],"mappings":"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"}
|