SharingProfile 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. NOTE: This property will not be serialized. It can only be populated by the server. |
permissions | This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community. |
Property Details
communityGalleryInfo
Information of community gallery if current gallery is shared to community.
communityGalleryInfo?: CommunityGalleryInfo
Property Value
groups
A list of sharing profile groups. NOTE: This property will not be serialized. It can only be populated by the server.
groups?: SharingProfileGroup[]
Property Value
permissions
This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.
permissions?: string
Property Value
string