Skip to content

UserToGroupAdditionProps

Properties for defining a UserToGroupAddition.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudsso"
&alicloudroscdkcloudsso.UserToGroupAdditionProps {
    DirectoryId: interface{},
    GroupId: interface{},
    UserId: interface{},
}

Properties

Name Type Description
DirectoryId interface{} Property directoryId: The ID of the directory.
GroupId interface{} Property groupId: The ID of the group.
UserId interface{} Property userId: The ID of the user.

DirectoryIdRequired

DirectoryId interface{}
  • Type: interface{}

Property directoryId: The ID of the directory.


GroupIdRequired

GroupId interface{}
  • Type: interface{}

Property groupId: The ID of the group.


UserIdRequired

UserId interface{}
  • Type: interface{}

Property userId: The ID of the user.