HandshakeProps
Properties for defining a Handshake.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-handshake
Initializer
import { HandshakeProps } from '@alicloud/ros-cdk-resourcemanager'
const handshakeProps: HandshakeProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
targetEntity |
string | @alicloud/ros-cdk-core.IResolvable |
Property targetEntity: Invited account ID or login email. |
targetType |
string | @alicloud/ros-cdk-core.IResolvable |
Property targetType: Type of account being invited. |
note |
string | @alicloud/ros-cdk-core.IResolvable |
Property note: Remarks. |
targetEntityRequired
public readonly targetEntity: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property targetEntity: Invited account ID or login email.
targetTypeRequired
public readonly targetType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property targetType: Type of account being invited.
Valid values: Account, Email
noteOptional
public readonly note: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property note: Remarks.