Skip to content

HandshakeProps

Properties for defining a Handshake.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-handshake

Initializer

import ros_cdk_resourcemanager
ros_cdk_resourcemanager.HandshakeProps(
  target_entity: typing.Union[str, IResolvable],
  target_type: typing.Union[str, IResolvable],
  note: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
target_entity typing.Union[str, ros_cdk_core.IResolvable] Property targetEntity: Invited account ID or login email.
target_type typing.Union[str, ros_cdk_core.IResolvable] Property targetType: Type of account being invited.
note typing.Union[str, ros_cdk_core.IResolvable] Property note: Remarks.

target_entityRequired

target_entity: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property targetEntity: Invited account ID or login email.


target_typeRequired

target_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property targetType: Type of account being invited.

Valid values: Account, Email


noteOptional

note: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property note: Remarks.