Skip to content

GrantPermissionsProps

Properties for defining a GrantPermissions.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new GrantPermissionsProps {
    object Permissions,
    object UserId
};

Properties

Name Type Description
Permissions object Property permissions: The permissions that you want to grant to the RAM user.
UserId object Property userId: The ID of the RAM user.

PermissionsRequired

public object Permissions { get; set; }
  • Type: object

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


UserIdRequired

public object UserId { get; set; }
  • Type: object

Property userId: The ID of the RAM user.