Identity reference with name and guid

interface UserIdentityRef {
    displayName?: string;
    id?: string;
}

Properties

Properties

displayName?: string

User display name

id?: string

User VSID