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:. |
displayName
Required
public java.lang.Object getDisplayName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property displayName: Member name.
deleteAccount
Optional
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.
folderId
Optional
public java.lang.Object getFolderId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property folderId: The ID of the parent folder.
payerAccountId
Optional
public java.lang.Object getPayerAccountId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property payerAccountId:.