Back to Node Auth0

Interface AssignRoleGroupsRequestContent

docs/interfaces/management.Management.AssignRoleGroupsRequestContent.html

5.11.0572 B
Original Source

Interface AssignRoleGroupsRequestContent

Example

{ * groups: ["groups"] * }Copy

interface AssignRoleGroupsRequestContent {
groups: string[];
}

Index

Properties

groups

Properties

groups

groups: string[]

Array of group IDs to assign to the role.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties groups