Skip to content

GrantPermissionsProps

Properties for defining a GrantPermissions.

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

Initializer

import com.aliyun.ros.cdk.cs.GrantPermissionsProps;
GrantPermissionsProps.builder()
    .permissions(IResolvable)
    .permissions(java.util.List<IResolvable)
    .permissions(PermissionsProperty>)
    .userId(java.lang.String)
    .userId(IResolvable)
    .build();

Properties

Name Type Description
permissions com.aliyun.ros.cdk.core.IResolvable OR java.util.ListPermissionsProperty> Property permissions: The permissions that you want to grant to the RAM user.
userId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property userId: The ID of the RAM user.

permissionsRequired

public java.lang.Object getPermissions();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListPermissionsProperty>

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


userIdRequired

public java.lang.Object getUserId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property userId: The ID of the RAM user.