Back to Node Auth0

Interface CreateOrganizationGroupRolesRequestContent

docs/interfaces/management.Management.CreateOrganizationGroupRolesRequestContent.html

5.11.0607 B
Original Source

Interface CreateOrganizationGroupRolesRequestContent

Example

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

interface CreateOrganizationGroupRolesRequestContent {
roles: string[];
}

Index

Properties

roles

Properties

roles

roles: string[]

Array of role IDs to assign to organization group.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties roles