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

    Interface UpdateRoleRequestContent

    {}
    
    interface UpdateRoleRequestContent {
        name?: string;
        description?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Name of this role.

    description?: string

    Description of this role.