Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents information about a user on behalf of whom an action is performed.

    interface OnBehalfOf {
        displayName?: string;
        itemid: number;
        mentionType: string;
        mri: string;
    }
    Index

    Properties

    displayName?: string

    The display name of the user.

    itemid: number

    The ID of the item.

    mentionType: string

    The type of mention.

    mri: string

    The Microsoft Resource Identifier (MRI) of the user.