AccountArgs

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>

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
val accountId: Output<Int>? = null

The ID of the enrolled account.

Link copied to clipboard
val accountNamePrefix: Output<String>? = null

Account name prefix.

Link copied to clipboard
val accountTags: Output<List<AccountAccountTagArgs>>? = null

The tags of the account See account_tags below.

Link copied to clipboard
val baselineId: Output<String>? = null

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

Link copied to clipboard
val defaultDomainName: Output<String>? = null

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

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

The account display name.

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

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 payerAccountId: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AccountArgs