Package version:

Interface SharingUpdate

Specifies information about the gallery sharing profile update.

interface SharingUpdate {
    groups?: SharingProfileGroup[];
    operationType: string;
}

Properties

A list of sharing profile groups.

operationType: string

This property allows you to specify the operation type of gallery sharing update. Possible values are: Add, Remove, Reset.