Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.43 KB

organizations_close_account_status.md

File metadata and controls

48 lines (29 loc) · 1.43 KB
subcategory layout page_title description
Organizations
huaweicloud
HuaweiCloud: huaweicloud_organizations_close_account_status
Use this data source to get the list of the account close requests for an organization.

huaweicloud_organizations_close_account_status

Use this data source to get the list of the account close requests for an organization.

Example Usage

data "huaweicloud_organizations_close_account_status" "test" {}

Argument Reference

The following arguments are supported:

  • states - (Optional, List) Specifies the list of one or more states that you want to include in the response.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • id - The data source ID.

  • close_account_statuses - Indicates the list of close account statuses.

    The close_account_statuses structure is documented below.

The close_account_statuses block supports:

  • account_id - Indicates the ID of an account.

  • state - Indicates the Status of the close account request.

  • organization_id - Indicates the ID of an organization.

  • failure_reason - Indicates the reason for a request failure.

  • created_at - Indicates the date and time when the close account request was made.

  • updated_at - Indicates the date and time when the status of close account request was updated.