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

    Interface CreateRoleRequestContent

    {
    * name: "name"
    * }
    interface CreateRoleRequestContent {
        name: string;
        description?: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the role.

    description?: string

    Description of the role.