AccountProps
Properties for defining a Account.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-account
Initializer
import com.aliyun.ros.cdk.resourcemanager.AccountProps;
AccountProps.builder()
.displayName(java.lang.String)
.displayName(IResolvable)
// .deleteAccount(java.lang.Boolean)
// .deleteAccount(IResolvable)
// .folderId(java.lang.String)
// .folderId(IResolvable)
// .payerAccountId(java.lang.String)
// .payerAccountId(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
displayName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property displayName: Member name. |
deleteAccount |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property deleteAccount: Whether delete the account. |
folderId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property folderId: The ID of the parent folder. |
payerAccountId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property payerAccountId:. |
displayNameRequired
public java.lang.Object getDisplayName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property displayName: Member name.
deleteAccountOptional
public java.lang.Object getDeleteAccount();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property deleteAccount: Whether delete the account.
Default value is false.
folderIdOptional
public java.lang.Object getFolderId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property folderId: The ID of the parent folder.
payerAccountIdOptional
public java.lang.Object getPayerAccountId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property payerAccountId:.