Account factory baseline item.
Used by actions: ListAccountFactoryBaselineItems.
| Name | Type | Description |
|---|---|---|
| Identifier | String | Specifies the unique identifier for account factory baseline item, can only contain english letters, digits, and @, ,._[]-:()()[]+=., with a length of 2-128 characters. |
| Name | String | Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters. |
| NameEn | String | Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters. |
| Weight | Integer | Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0. |
| Required | Integer | Specifies whether the baseline item is required (1: required; 0: optional). |
| DependsOn | Array of DependsOnItem | Baseline item dependency. value range of N depends on the count of other baseline items it relies on. |
| Description | String | Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default. |
| DescriptionEn | String | Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default. |
| Classify | String | Baseline classification. length: 2-32 english or chinese characters. values cannot be empty. |
| ClassifyEn | String | Baseline english classification, with a length of 2-64 english characters. cannot be empty. |
Account Factory baseline configuration item.
Used by actions: BatchApplyAccountBaselines, UpdateAccountFactoryBaseline.
| Name | Type | Required | Description |
|---|---|---|---|
| Identifier | String | No | Specifies the unique identifier for account factory baseline item, can only contain english letters, digits, and @, ,._[]-:()()[]+=., with a length of 2-128 characters. |
| Configuration | String | No | Account factory baseline item configuration. different baseline item configuration parameters. |
Account factory baseline information.
Used by actions: GetAccountFactoryBaseline.
| Name | Type | Required | Description |
|---|---|---|---|
| Identifier | String | No | Specifies the unique identifier for account factory baseline item, can only contain english letters, digits, and @, ,._[]-:()()[]+=., with a length of 2-128 characters. |
| Configuration | String | No | Account factory baseline item configuration. different baseline item configuration parameters. |
| ApplyCount | Integer | No | Specifies the number of accounts for baseline applications. |
Baseline item deployment task information list.
Used by actions: ListDeployStepTasks.
| Name | Type | Description |
|---|---|---|
| TaskId | String | Specifies the unique Id of the task, which can only contain english letters and digits, and is a 16-character random string. |
| Identifier | String | Specifies the unique identifier for the baseline feature item, can only contain english letters, digits, and @, ,._[]-:()()[]+=., with a length of 2-128 characters. |
| MemberUin | Integer | Specifies the member account uin of the applied baseline item. |
| Status | String | Baseline item application status. Running means the baseline item is in application. Success means the baseline item application is successful. Failed means the baseline item application failure. Pending means the baseline item is Pending application. Skipped means the baseline item is Skipped. |
| ErrCode | String | Error code |
| ErrMessage | String | Error message |
| Output | String | Baseline item deployment output. |
| CreateTime | String | Creation time, represented in ISO8601 standard format as yyyy-MM-dd hh:MM:ss. |
| UpdateTime | String | Specifies the last update time in ISO8601 standard representation with format yyyy-MM-dd hh:MM:ss. |
Dependency.
Used by actions: ListAccountFactoryBaselineItems.
| Name | Type | Required | Description |
|---|---|---|---|
| Type | String | No | Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory. |
| Identifier | String | No | Specifies the unique identifier for the feature item, can only contain english letters, digits, and @, ,._[]-:()()[]+=., with a length of 2-128 characters. |
Feedback