Class HandshakeArgs
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 HandshakeArgs : ResourceArgs
Constructors
View SourceHandshakeArgs()
Declaration
public HandshakeArgs()
Properties
View SourceNote
Remarks. The maximum length is 1024 characters.
Declaration
public Input<string> Note { 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> |