Show / Hide Table of Contents

Class HandshakeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HandshakeArgs
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 HandshakeArgs : ResourceArgs

Constructors

View Source

HandshakeArgs()

Declaration
public HandshakeArgs()

Properties

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

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.