Back to Node Auth0

Interface DeleteOrganizationGroupRolesRequestContent

docs/interfaces/management.Management.DeleteOrganizationGroupRolesRequestContent.html

5.11.0609 B
Original Source

Interface DeleteOrganizationGroupRolesRequestContent

Example

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

interface DeleteOrganizationGroupRolesRequestContent {
roles: string[];
}

Index

Properties

roles

Properties

roles

roles: string[]

Array of role IDs to delete from organization group.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties roles