Sharing Profile Response
data class SharingProfileResponse(val communityGalleryInfo: CommunityGalleryInfoResponse? = null, val groups: List<SharingProfileGroupResponse>, val permissions: String? = null)
Profile for gallery sharing to subscription or tenant
Constructors
Link copied to clipboard
constructor(communityGalleryInfo: CommunityGalleryInfoResponse? = null, groups: List<SharingProfileGroupResponse>, permissions: String? = null)
Properties
Link copied to clipboard
Information of community gallery if current gallery is shared to community.
Link copied to clipboard
A list of sharing profile groups.
Link copied to clipboard
This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.