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.List |
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. |
permissions
Required
public java.lang.Object getPermissions();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
PermissionsProperty>
Property permissions: The permissions that you want to grant to the RAM user.
userId
Required
public java.lang.Object getUserId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property userId: The ID of the RAM user.