Package version:

Interface SharingProfile

Profile for gallery sharing to subscription or tenant

interface SharingProfile {
    communityGalleryInfo?: CommunityGalleryInfo;
    groups?: SharingProfileGroup[];
    permissions?: string;
}

Properties

communityGalleryInfo?: CommunityGalleryInfo

Information of community gallery if current gallery is shared to community.

A list of sharing profile groups. NOTE: This property will not be serialized. It can only be populated by the server.

permissions?: string

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.