Class AccountState
Inherited Members
Namespace: Pulumi.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AccountState : ResourceArgs
Constructors
View SourceAccountState()
Declaration
public AccountState()
Properties
View SourceDisplayName
Member name. The length is 2 ~ 50 characters or Chinese characters, which can include Chinese characters, English letters, numbers, underscores (_), dots (.) And dashes (-).
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FolderId
The ID of the parent folder.
Declaration
public Input<string> FolderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
JoinMethod
Ways for members to join the resource directory. Valid values: invited, created.
Declaration
public Input<string> JoinMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
JoinTime
The time when the member joined the resource directory.
Declaration
public Input<string> JoinTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ModifyTime
The modification time of the invitation.
Declaration
public Input<string> ModifyTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PayerAccountId
Settlement account ID. If the value is empty, the current account will be used for settlement.
Declaration
public Input<string> PayerAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceDirectoryId
Resource directory ID.
Declaration
public Input<string> ResourceDirectoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Member joining status. Valid values: CreateSuccess,CreateVerifying,CreateFailed,CreateExpired,CreateCancelled,PromoteVerifying,PromoteFailed,PromoteExpired,PromoteCancelled,PromoteSuccess,InviteSuccess,Removed.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Member type. The value of ResourceAccount indicates the resource account.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |