日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_quick_bi_users

更新時間:

This data source provides the Quick BI Users of the current Alibaba Cloud user.

-> NOTE: Available in v1.136.0+.

Example Usage

Basic Usage

data "alicloud_quick_bi_users" "ids" {
  ids = ["example_id"]
}
output "quick_bi_user_id_1" {
  value = data.alicloud_quick_bi_users.ids.users.0.id
}

Argument Reference

The following arguments are supported:

  • enable_details - (Optional) Default to false. Set it to true can output more details about resource attributes.
  • ids - (Optional, ForceNew, Computed) A list of User IDs.
  • keyword - (Optional, ForceNew) The keywords of the nicknames or usernames of the members of the organization.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Argument Reference

The following attributes are exported in addition to the arguments listed above:

  • users - A list of Quick BI Users. Each element contains the following attributes:
    • account_id - Alibaba Cloud account ID.
    • account_name - An Alibaba Cloud account, Alibaba Cloud name.
    • admin_user - Whether it is the administrator. Valid values: true and false.
    • auth_admin_user - Whether this is a permissions administrator. Valid values: true and false.
    • email - The email of the user.
    • id - The ID of the User.
    • nick_name - The nickname of the user.
    • phone - The phone number of the user.
    • user_id - The ID of the User.
    • user_type - The members of the organization of the type of role separately. Valid values: Analyst, Developer and Visitor.