AccountProps
Properties for defining a Account.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new AccountProps {
object DisplayName,
object DeleteAccount = null,
object FolderId = null,
object PayerAccountId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DisplayName | object | Property displayName: Member name. |
DeleteAccount | object | Property deleteAccount: Whether delete the account. |
FolderId | object | Property folderId: The ID of the parent folder. |
PayerAccountId | object | Property payerAccountId:. |
DisplayNameRequired
public object DisplayName { get; set; }
- Type: object
Property displayName: Member name.
DeleteAccountOptional
public object DeleteAccount { get; set; }
- Type: object
Property deleteAccount: Whether delete the account.
Default value is false.
FolderIdOptional
public object FolderId { get; set; }
- Type: object
Property folderId: The ID of the parent folder.
PayerAccountIdOptional
public object PayerAccountId { get; set; }
- Type: object
Property payerAccountId:.