@alicloud/eiam20211201 2.18.1 → 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 +4 -4
- package/dist/client.js +4 -4
- package/dist/models/GetInstanceLicenseResponseBody.d.ts +26 -21
- package/dist/models/GetInstanceLicenseResponseBody.js +2 -0
- package/dist/models/GetInstanceLicenseResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -4
- package/src/models/GetInstanceLicenseResponseBody.ts +28 -21
package/dist/client.d.ts
CHANGED
|
@@ -2709,10 +2709,10 @@ export default class Client extends OpenApi {
|
|
|
2709
2709
|
*/
|
|
2710
2710
|
getInstanceGlobalizationConfig(request: $_model.GetInstanceGlobalizationConfigRequest): Promise<$_model.GetInstanceGlobalizationConfigResponse>;
|
|
2711
2711
|
/**
|
|
2712
|
-
* Queries the
|
|
2712
|
+
* Queries the license information that is currently effective for an instance.
|
|
2713
2713
|
*
|
|
2714
2714
|
* @remarks
|
|
2715
|
-
*
|
|
2715
|
+
* Make sure that your instance is no longer in use. After an EIAM instance is deleted, all related data is deleted.
|
|
2716
2716
|
*
|
|
2717
2717
|
* @param request - GetInstanceLicenseRequest
|
|
2718
2718
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2720,10 +2720,10 @@ export default class Client extends OpenApi {
|
|
|
2720
2720
|
*/
|
|
2721
2721
|
getInstanceLicenseWithOptions(request: $_model.GetInstanceLicenseRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetInstanceLicenseResponse>;
|
|
2722
2722
|
/**
|
|
2723
|
-
* Queries the
|
|
2723
|
+
* Queries the license information that is currently effective for an instance.
|
|
2724
2724
|
*
|
|
2725
2725
|
* @remarks
|
|
2726
|
-
*
|
|
2726
|
+
* Make sure that your instance is no longer in use. After an EIAM instance is deleted, all related data is deleted.
|
|
2727
2727
|
*
|
|
2728
2728
|
* @param request - GetInstanceLicenseRequest
|
|
2729
2729
|
* @returns GetInstanceLicenseResponse
|
package/dist/client.js
CHANGED
|
@@ -8149,10 +8149,10 @@ class Client extends openapi_core_1.default {
|
|
|
8149
8149
|
return await this.getInstanceGlobalizationConfigWithOptions(request, runtime);
|
|
8150
8150
|
}
|
|
8151
8151
|
/**
|
|
8152
|
-
* Queries the
|
|
8152
|
+
* Queries the license information that is currently effective for an instance.
|
|
8153
8153
|
*
|
|
8154
8154
|
* @remarks
|
|
8155
|
-
*
|
|
8155
|
+
* Make sure that your instance is no longer in use. After an EIAM instance is deleted, all related data is deleted.
|
|
8156
8156
|
*
|
|
8157
8157
|
* @param request - GetInstanceLicenseRequest
|
|
8158
8158
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8181,10 +8181,10 @@ class Client extends openapi_core_1.default {
|
|
|
8181
8181
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetInstanceLicenseResponse({}));
|
|
8182
8182
|
}
|
|
8183
8183
|
/**
|
|
8184
|
-
* Queries the
|
|
8184
|
+
* Queries the license information that is currently effective for an instance.
|
|
8185
8185
|
*
|
|
8186
8186
|
* @remarks
|
|
8187
|
-
*
|
|
8187
|
+
* Make sure that your instance is no longer in use. After an EIAM instance is deleted, all related data is deleted.
|
|
8188
8188
|
*
|
|
8189
8189
|
* @param request - GetInstanceLicenseRequest
|
|
8190
8190
|
* @returns GetInstanceLicenseResponse
|
|
@@ -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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"}
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -9035,10 +9035,10 @@ export default class Client extends OpenApi {
|
|
|
9035
9035
|
}
|
|
9036
9036
|
|
|
9037
9037
|
/**
|
|
9038
|
-
* Queries the
|
|
9038
|
+
* Queries the license information that is currently effective for an instance.
|
|
9039
9039
|
*
|
|
9040
9040
|
* @remarks
|
|
9041
|
-
*
|
|
9041
|
+
* Make sure that your instance is no longer in use. After an EIAM instance is deleted, all related data is deleted.
|
|
9042
9042
|
*
|
|
9043
9043
|
* @param request - GetInstanceLicenseRequest
|
|
9044
9044
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9069,10 +9069,10 @@ export default class Client extends OpenApi {
|
|
|
9069
9069
|
}
|
|
9070
9070
|
|
|
9071
9071
|
/**
|
|
9072
|
-
* Queries the
|
|
9072
|
+
* Queries the license information that is currently effective for an instance.
|
|
9073
9073
|
*
|
|
9074
9074
|
* @remarks
|
|
9075
|
-
*
|
|
9075
|
+
* Make sure that your instance is no longer in use. After an EIAM instance is deleted, all related data is deleted.
|
|
9076
9076
|
*
|
|
9077
9077
|
* @param request - GetInstanceLicenseRequest
|
|
9078
9078
|
* @returns GetInstanceLicenseResponse
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The conditional access license status.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* enabled
|
|
@@ -13,7 +13,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
13
13
|
conditionalAccessPolicyLicenseStatus?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The M2M license status.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* enabled
|
|
@@ -21,7 +21,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
21
21
|
m2mApplicationLicenseStatus?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The quota
|
|
24
|
+
* The M2M application quota of the license.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* 2
|
|
@@ -29,7 +29,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
29
29
|
m2mApplicationQuota?: number;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The machine identity status.
|
|
32
|
+
* The machine identity license status.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* enabled
|
|
@@ -37,7 +37,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
37
37
|
mimApplicationLicenseStatus?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The quota
|
|
40
|
+
* The network access endpoint quota of the license.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* 1
|
|
@@ -45,7 +45,12 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
45
45
|
networkAccessEndpointQuota?: number;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The
|
|
48
|
+
* The PAM privileged management license status. Valid values: enabled and disabled.
|
|
49
|
+
*/
|
|
50
|
+
pamLicenseStatus?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* The number of prepaid active accounts.
|
|
49
54
|
*
|
|
50
55
|
* @example
|
|
51
56
|
* 100
|
|
@@ -53,7 +58,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
53
58
|
prepaidActiveUserNumber?: number;
|
|
54
59
|
/**
|
|
55
60
|
* @remarks
|
|
56
|
-
* The user quota
|
|
61
|
+
* The user quota of the license.
|
|
57
62
|
*
|
|
58
63
|
* @example
|
|
59
64
|
* 100
|
|
@@ -66,6 +71,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
66
71
|
m2mApplicationQuota: 'M2mApplicationQuota',
|
|
67
72
|
mimApplicationLicenseStatus: 'MimApplicationLicenseStatus',
|
|
68
73
|
networkAccessEndpointQuota: 'NetworkAccessEndpointQuota',
|
|
74
|
+
pamLicenseStatus: 'PamLicenseStatus',
|
|
69
75
|
prepaidActiveUserNumber: 'PrepaidActiveUserNumber',
|
|
70
76
|
userQuota: 'UserQuota',
|
|
71
77
|
};
|
|
@@ -78,6 +84,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
78
84
|
m2mApplicationQuota: 'number',
|
|
79
85
|
mimApplicationLicenseStatus: 'string',
|
|
80
86
|
networkAccessEndpointQuota: 'number',
|
|
87
|
+
pamLicenseStatus: 'string',
|
|
81
88
|
prepaidActiveUserNumber: 'number',
|
|
82
89
|
userQuota: 'number',
|
|
83
90
|
};
|
|
@@ -95,7 +102,7 @@ export class GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail extends
|
|
|
95
102
|
export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
96
103
|
/**
|
|
97
104
|
* @remarks
|
|
98
|
-
* The license
|
|
105
|
+
* The edition of the license.
|
|
99
106
|
*
|
|
100
107
|
* @example
|
|
101
108
|
* free
|
|
@@ -103,7 +110,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
103
110
|
edition?: string;
|
|
104
111
|
/**
|
|
105
112
|
* @remarks
|
|
106
|
-
* The
|
|
113
|
+
* The end date of the license validity period, in timestamp format.
|
|
107
114
|
*
|
|
108
115
|
* @example
|
|
109
116
|
* 1723996800000
|
|
@@ -111,12 +118,12 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
111
118
|
endTime?: number;
|
|
112
119
|
/**
|
|
113
120
|
* @remarks
|
|
114
|
-
* The
|
|
121
|
+
* The detailed license information of the instance.
|
|
115
122
|
*/
|
|
116
123
|
instanceLicenseDetail?: GetInstanceLicenseResponseBodyLicenseInstanceLicenseDetail;
|
|
117
124
|
/**
|
|
118
125
|
* @remarks
|
|
119
|
-
* The billing
|
|
126
|
+
* The billing type of the license.
|
|
120
127
|
*
|
|
121
128
|
* @example
|
|
122
129
|
* prepay
|
|
@@ -124,7 +131,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
124
131
|
licenseChargeType?: string;
|
|
125
132
|
/**
|
|
126
133
|
* @remarks
|
|
127
|
-
* The detailed
|
|
134
|
+
* The detailed license configuration in JSON string format.
|
|
128
135
|
*
|
|
129
136
|
* @example
|
|
130
137
|
* {"modules":[{"features":[{"name":"urn:alibaba:idaas:license:module:ud:customField","status":"enabled"}]……{"name":"urn:alibaba:idaas:license:tag:enterprise","status":"enabled"}],"version":"1.0"}
|
|
@@ -132,7 +139,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
132
139
|
licenseConfigJson?: string;
|
|
133
140
|
/**
|
|
134
141
|
* @remarks
|
|
135
|
-
* The
|
|
142
|
+
* The creation time of the license, in timestamp format.
|
|
136
143
|
*
|
|
137
144
|
* @example
|
|
138
145
|
* 1720509699000
|
|
@@ -140,7 +147,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
140
147
|
licenseCreateTime?: number;
|
|
141
148
|
/**
|
|
142
149
|
* @remarks
|
|
143
|
-
* The unique identifier
|
|
150
|
+
* The unique identifier of the license.
|
|
144
151
|
*
|
|
145
152
|
* @example
|
|
146
153
|
* license_1234xxxx
|
|
@@ -148,7 +155,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
148
155
|
licenseId?: string;
|
|
149
156
|
/**
|
|
150
157
|
* @remarks
|
|
151
|
-
* The license
|
|
158
|
+
* The status of the license.
|
|
152
159
|
*
|
|
153
160
|
* @example
|
|
154
161
|
* valid
|
|
@@ -156,7 +163,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
156
163
|
licenseStatus?: string;
|
|
157
164
|
/**
|
|
158
165
|
* @remarks
|
|
159
|
-
* The channel
|
|
166
|
+
* The purchase channel of the license.
|
|
160
167
|
*
|
|
161
168
|
* @example
|
|
162
169
|
* alibaba_cloud
|
|
@@ -164,7 +171,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
164
171
|
purchaseChannel?: string;
|
|
165
172
|
/**
|
|
166
173
|
* @remarks
|
|
167
|
-
* The unique identifier of the external
|
|
174
|
+
* The unique identifier of the external product associated with the license.
|
|
168
175
|
*
|
|
169
176
|
* @example
|
|
170
177
|
* eiam-cn-xxxxx
|
|
@@ -172,7 +179,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
172
179
|
purchaseInstanceId?: string;
|
|
173
180
|
/**
|
|
174
181
|
* @remarks
|
|
175
|
-
* The
|
|
182
|
+
* The start date of the license validity period, in timestamp format.
|
|
176
183
|
*
|
|
177
184
|
* @example
|
|
178
185
|
* 1720509699000
|
|
@@ -180,7 +187,7 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
180
187
|
startTime?: number;
|
|
181
188
|
/**
|
|
182
189
|
* @remarks
|
|
183
|
-
* The user quota
|
|
190
|
+
* The user quota of the license.
|
|
184
191
|
*
|
|
185
192
|
* @example
|
|
186
193
|
* 100
|
|
@@ -235,12 +242,12 @@ export class GetInstanceLicenseResponseBodyLicense extends $dara.Model {
|
|
|
235
242
|
export class GetInstanceLicenseResponseBody extends $dara.Model {
|
|
236
243
|
/**
|
|
237
244
|
* @remarks
|
|
238
|
-
* The
|
|
245
|
+
* The response result.
|
|
239
246
|
*/
|
|
240
247
|
license?: GetInstanceLicenseResponseBodyLicense;
|
|
241
248
|
/**
|
|
242
249
|
* @remarks
|
|
243
|
-
* The ID
|
|
250
|
+
* The request ID.
|
|
244
251
|
*
|
|
245
252
|
* @example
|
|
246
253
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|