Back to Node Auth0

Interface DeleteRoleGroupsRequestContent

docs/interfaces/management.Management.DeleteRoleGroupsRequestContent.html

5.11.0574 B
Original Source

Interface DeleteRoleGroupsRequestContent

Example

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

interface DeleteRoleGroupsRequestContent {
groups: string[];
}

Index

Properties

groups

Properties

groups

groups: string[]

Array of group IDs to remove from the role.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties groups