Package version:

Interface CommunityGalleryMetadata

The metadata of community gallery.

interface CommunityGalleryMetadata {
    eula?: string;
    privacyStatementUri?: string;
    publicNames: string[];
    publisherContact: string;
    publisherUri?: string;
}

Properties

eula?: string

The end-user license agreement for this community gallery.

privacyStatementUri?: string

The link for the privacy statement of this community gallery from the gallery publisher.

publicNames: string[]

A list of public names the gallery has.

publisherContact: string

The publisher email id of this community gallery.

publisherUri?: string

The publisher URI of this community gallery.