AccountProps
Properties for defining a Account.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-account
Initializer
import { AccountProps } from '@alicloud/ros-cdk-resourcemanager'
const accountProps: AccountProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
displayName |
string | @alicloud/ros-cdk-core.IResolvable |
Property displayName: Member name. |
deleteAccount |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property deleteAccount: Whether delete the account. |
folderId |
string | @alicloud/ros-cdk-core.IResolvable |
Property folderId: The ID of the parent folder. |
payerAccountId |
string | @alicloud/ros-cdk-core.IResolvable |
Property payerAccountId:. |
displayNameRequired
public readonly displayName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property displayName: Member name.
deleteAccountOptional
public readonly deleteAccount: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property deleteAccount: Whether delete the account.
Default value is false.
folderIdOptional
public readonly folderId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property folderId: The ID of the parent folder.
payerAccountIdOptional
public readonly payerAccountId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property payerAccountId:.