|
| 1 | +--- |
| 2 | +subcategory: "Business Intelligence(BI)" |
| 3 | +layout: "tencentcloud" |
| 4 | +page_title: "TencentCloud: tencentcloud_bi_user_project" |
| 5 | +sidebar_current: "docs-tencentcloud-datasource-bi_user_project" |
| 6 | +description: |- |
| 7 | + Use this data source to query detailed information of bi user_project |
| 8 | +--- |
| 9 | + |
| 10 | +# tencentcloud_bi_user_project |
| 11 | + |
| 12 | +Use this data source to query detailed information of bi user_project |
| 13 | + |
| 14 | +## Example Usage |
| 15 | + |
| 16 | +```hcl |
| 17 | +data "tencentcloud_bi_user_project" "user_project" { |
| 18 | + project_id = 123 |
| 19 | + all_page = true |
| 20 | +} |
| 21 | +``` |
| 22 | + |
| 23 | +## Argument Reference |
| 24 | + |
| 25 | +The following arguments are supported: |
| 26 | + |
| 27 | +* `all_page` - (Optional, Bool) Whether to display all, if true, ignore paging. |
| 28 | +* `project_id` - (Optional, Int) Project id. |
| 29 | +* `result_output_file` - (Optional, String) Used to save results. |
| 30 | + |
| 31 | +## Attributes Reference |
| 32 | + |
| 33 | +In addition to all arguments above, the following attributes are exported: |
| 34 | + |
| 35 | +* `list` - Array(Note: This field may return null, indicating that no valid value can be obtained). |
| 36 | + * `area_code` - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained). |
| 37 | + * `corp_id` - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained). |
| 38 | + * `created_at` - Created at(Note: This field may return null, indicating that no valid value can be obtained). |
| 39 | + * `created_user` - Created by(Note: This field may return null, indicating that no valid value can be obtained). |
| 40 | + * `email` - E-mail(Note: This field may return null, indicating that no valid value can be obtained). |
| 41 | + * `first_modify` - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained). |
| 42 | + * `global_user_name` - Global role name(Note: This field may return null, indicating that no valid value can be obtained). |
| 43 | + * `last_login` - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained). |
| 44 | + * `mobile` - Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained). |
| 45 | + * `phone_number` - Phone number(Note: This field may return null, indicating that no valid value can be obtained). |
| 46 | + * `status` - Disabled state(Note: This field may return null, indicating that no valid value can be obtained). |
| 47 | + * `updated_at` - Updated at(Note: This field may return null, indicating that no valid value can be obtained). |
| 48 | + * `updated_user` - Updated by(Note: This field may return null, indicating that no valid value can be obtained). |
| 49 | + * `user_id` - User id. |
| 50 | + * `user_name` - Username. |
| 51 | + |
| 52 | + |
0 commit comments