SharingProfileResponse

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)

Types

Link copied to clipboard
object Companion

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
val permissions: String? = null

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.