SharingProfileOutput interface
Profile for gallery sharing to subscription or tenant
Properties
| community |
Information of community gallery if current gallery is shared to community. |
| groups | A list of sharing profile groups. |
| permissions | This property allows you to specify the permission of sharing gallery. |
Property Details
communityGalleryInfo
Information of community gallery if current gallery is shared to community.
communityGalleryInfo?: CommunityGalleryInfoOutput
Property Value
groups
A list of sharing profile groups.
groups?: SharingProfileGroupOutput[]
Property Value
permissions
This property allows you to specify the permission of sharing gallery.
Possible values are:
Private
Groups
Community
permissions?: "Private" | "Groups" | "Community"
Property Value
"Private" | "Groups" | "Community"