SharingProfileGroup interface
Group of the gallery sharing profile
Properties
| ids | A list of subscription/tenant ids the gallery is aimed to be shared to. |
| type | This property allows you to specify the type of sharing group. |
Property Details
ids
A list of subscription/tenant ids the gallery is aimed to be shared to.
ids?: string[]
Property Value
string[]
type
This property allows you to specify the type of sharing group.
Possible values are:
Subscriptions
AADTenants
type?: "Subscriptions" | "AADTenants"
Property Value
"Subscriptions" | "AADTenants"