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

    This file was auto-generated by Fern from our API Definition.

    interface Role {
        id?: string;
        name?: string;
        description?: string;
    }
    Index

    Properties

    id?: string

    ID for this role.

    name?: string

    Name of this role.

    description?: string

    Description of this role.