Account Args
data class AccountArgs(val accountId: Output<Int>? = null, val accountNamePrefix: Output<String>? = null, val accountTags: Output<List<AccountAccountTagArgs>>? = null, val baselineId: Output<String>? = null, val defaultDomainName: Output<String>? = null, val displayName: Output<String>? = null, val folderId: Output<String>? = null, val payerAccountId: Output<Int>? = null) : ConvertibleToJava<AccountArgs>
Import
Governance Account can be imported using the id, e.g.
$ pulumi import alicloud:governance/account:Account example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accountId: Output<Int>? = null, accountNamePrefix: Output<String>? = null, accountTags: Output<List<AccountAccountTagArgs>>? = null, baselineId: Output<String>? = null, defaultDomainName: Output<String>? = null, displayName: Output<String>? = null, folderId: Output<String>? = null, payerAccountId: Output<Int>? = null)
Properties
Link copied to clipboard
Account name prefix.
Link copied to clipboard
The tags of the account See account_tags
below.
Link copied to clipboard
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
The account display name.
Link copied to clipboard
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
The ID of the billing account. If you leave this parameter empty, the current account is used as the billing account.