Skip to content

GrantPermissionsProps

Properties for defining a GrantPermissions.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-grantpermissions

Initializer

import ros_cdk_cs
ros_cdk_cs.GrantPermissionsProps(
  permissions: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PermissionsProperty]]],
  user_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
permissions typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PermissionsProperty]]] Property permissions: The permissions that you want to grant to the RAM user.
user_id typing.Union[str, ros_cdk_core.IResolvable] Property userId: The ID of the RAM user.

permissionsRequired

permissions: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PermissionsProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PermissionsProperty]]]

Property permissions: The permissions that you want to grant to the RAM user.


user_idRequired

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

Property userId: The ID of the RAM user.