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

    Interface OrganizationMemberRole

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

    interface OrganizationMemberRole {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    ID for this role.

    name?: string

    Name of this role.