Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-usertogroupaddition

Initializer

import com.aliyun.ros.cdk.ram.UserToGroupAdditionProps;
UserToGroupAdditionProps.builder()
    .groupName(java.lang.String)
    .groupName(IResolvable)
    .users(java.util.List<java.lang.Object>)
    .users(IResolvable)
    .build();

Properties

Name Type Description
groupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property groupName: Specifies the group name, containing up to 64 characters.
users java.util.List OR com.aliyun.ros.cdk.core.IResolvable Property users: list name of a users to which you want to add the group.

groupNameRequired

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

Property groupName: Specifies the group name, containing up to 64 characters.


usersRequired

public java.lang.Object getUsers();
  • Type: java.util.List OR com.aliyun.ros.cdk.core.IResolvable

Property users: list name of a users to which you want to add the group.