Account

class Account : KotlinCustomResource

Import

Governance Account can be imported using the id, e.g.

$ pulumi import alicloud:governance/account:Account example <id>

Properties

Link copied to clipboard
val accountId: Output<Int>

The ID of the enrolled account.

Link copied to clipboard

Account name prefix.

Link copied to clipboard

The tags of the account See account_tags below.

Link copied to clipboard
val baselineId: Output<String>

The baseline ID. If it is left blank, the system default baseline is used by default.

Link copied to clipboard

The domain name is used to qualify the login name of RAM users and RAM roles.

Link copied to clipboard
val displayName: Output<String>?

The account display name.

Link copied to clipboard
val folderId: Output<String>?

The ID of the parent resource folder. If you want to create a new resource account and leave this parameter blank, the account is created in the Root folder by default. If the registration application is applied to an existing account, this parameter does not need to be filled in.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val payerAccountId: Output<Int>?

The ID of the billing account. If you leave this parameter empty, the current account is used as the billing account.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Account registration status. Value:

Link copied to clipboard
val urn: Output<String>