Show / Hide Table of Contents

Class HandshakeState

Inheritance
System.Object
InputArgs
ResourceArgs
HandshakeState
Inherited Members
ResourceArgs.Empty
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 Source

HandshakeState()

Declaration
public HandshakeState()

Properties

View Source

ExpireTime

The expiration time of the invitation.

Declaration
public Input<string> ExpireTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MasterAccountId

Resource account master account ID.

Declaration
public Input<string> MasterAccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

ModifyTime

The modification time of the invitation.

Declaration
public Input<string> ModifyTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Note

Remarks. The maximum length is 1024 characters.

Declaration
public Input<string> Note { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceDirectoryId

Resource directory ID.

Declaration
public Input<string> ResourceDirectoryId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

TargetEntity

Invited account ID or login email.

Declaration
public Input<string> TargetEntity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetType

Type of account being invited. Valid values: Account, Email.

Declaration
public Input<string> TargetType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.