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

    Interface UserEffectivePermissionRoleSourceResponseContent

    interface UserEffectivePermissionRoleSourceResponseContent {
        id?: string;
        name?: string;
        description?: string;
        type?: Management.RoleTypeEnum;
        owner_id?: string;
        sources?: Management.UserEffectivePermissionRoleSourceEnum[];
    }
    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.

    List of sources where this role is coming from.