Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface CreateOrganizationGroupRolesRequestContent

    {
    * roles: ["roles"]
    * }
    interface CreateOrganizationGroupRolesRequestContent {
        roles: string[];
    }
    Index

    Properties

    Properties

    roles: string[]

    Array of role IDs to assign to organization group.