alicloud_quick_bi_user

Provides a Quick BI User resource.

For information about Quick BI User and how to use it, see What is User.

Example Usage

Basic Usage

resource "alicloud_quick_bi_user" "example" {
  account_name    = "example_value"
  admin_user      = false
  auth_admin_user = false
  nick_name       = "example_value"
  user_type       = "Analyst"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Quick BI User can be imported using the id, e.g.

$ terraform import alicloud_quick_bi_user.example <id>