SheetXL - v0.3.20
    Preparing search index...

    Interface PersonJSON

    Represents a reference to person. Either in a comment, protection clause or mention.

    interface PersonJSON {
        displayName: string;
        id: string;
        providerId?: string;
        userId?: string;
    }
    Index

    Properties

    displayName: string

    A human readable string for the name.

    id: string

    A unique identifier.

    providerId?: string

    The system that provided the person.

    userId?: string

    The id for authorizing against the providerId.