GrantPermissionsProps
Properties for defining a GrantPermissions.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-grantpermissions
Initializer
import { GrantPermissionsProps } from '@alicloud/ros-cdk-cs'
const grantPermissionsProps: GrantPermissionsProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
permissions | @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | PermissionsProperty[] | Property permissions: The permissions that you want to grant to the RAM user. |
userId | string | @alicloud/ros-cdk-core.IResolvable | Property userId: The ID of the RAM user. |
permissionsRequired
public readonly permissions: IResolvable | IResolvable | PermissionsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | PermissionsProperty[]
Property permissions: The permissions that you want to grant to the RAM user.
userIdRequired
public readonly userId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property userId: The ID of the RAM user.