Back to Node Auth0

Interface CreateGroupRolesRequestParameters

docs/interfaces/management.Management.CreateGroupRolesRequestParameters.html

5.11.0571 B
Original Source

Interface CreateGroupRolesRequestParameters

Example

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

interface CreateGroupRolesRequestParameters {
roles: string[];
}

Index

Properties

roles

Properties

roles

roles: string[]

Array of role IDs to assign to the group.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties roles