Skip to content

@ubstream/ubstream-node-client-sdk / Exports / IPublicUpdateGroupForm

Interface: IPublicUpdateGroupForm

Object representing information about a group needed to update it.

Table of contents

Properties

Properties

associatedIdpRoles

Optional associatedIdpRoles: string[]

List of remote roles associated to group for users automatically join/leave group during connection from identity provider. A user with one of this remote roles will join this group at connection time. A user without one of this remote roles will leave this group at connection time if array length equal zero.


description

Optional description: string

The description of the group.


id

id: string

The id of the group.


name

name: string

The name of the group.