Class HandshakeState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class HandshakeState : ResourceArgs
Constructors
View SourceHandshakeState()
Declaration
public HandshakeState()
Properties
View SourceExpireTime
The expiration time of the invitation.
Declaration
public Input<string> ExpireTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MasterAccountId
Resource account master account ID.
Declaration
public Input<string> MasterAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MasterAccountName
The name of the main account of the resource directory.
Declaration
public Input<string> MasterAccountName { 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> |
Note
Remarks. The maximum length is 1024 characters.
Declaration
public Input<string> Note { 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
Invitation status. Valid values: Pending waiting for confirmation, Accepted, Cancelled, Declined, Expired.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetEntity
Invited account ID or login email.
Declaration
public Input<string> TargetEntity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetType
Type of account being invited. Valid values: Account, Email.
Declaration
public Input<string> TargetType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |