Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CreateRoleResponseContent

    interface CreateRoleResponseContent {
        id?: string;
        name?: string;
        description?: string;
        type?: Management.RoleTypeEnum;
        owner_id?: string;
    }
    Index
    id?: string

    ID for this role.

    name?: string

    Name of this role.

    description?: string

    Description of this role.

    owner_id?: string

    The id of the entity that owns this role, such as an organization id.