Package version:

Interface SharingProfileGroup

Group of the gallery sharing profile

interface SharingProfileGroup {
    ids?: string[];
    type?: string;
}

Properties

Properties

ids?: string[]

A list of subscription/tenant ids the gallery is aimed to be shared to.

type?: string

This property allows you to specify the type of sharing group. Possible values are: Subscriptions, AADTenants.