Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

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

Initializer

import com.aliyun.ros.cdk.cloudsso.UserToGroupAdditionProps;
UserToGroupAdditionProps.builder()
    .directoryId(java.lang.String)
    .directoryId(IResolvable)
    .groupId(java.lang.String)
    .groupId(IResolvable)
    .userId(java.lang.String)
    .userId(IResolvable)
    .build();

Properties

Name Type Description
directoryId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property directoryId: The ID of the directory.
groupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property groupId: The ID of the group.
userId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property userId: The ID of the user.

directoryIdRequired

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

Property directoryId: The ID of the directory.


groupIdRequired

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

Property groupId: The ID of the group.


userIdRequired

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

Property userId: The ID of the user.