SharingProfileResponse

data class SharingProfileResponse(val groups: List<SharingProfileGroupResponse>, val permissions: String? = null)

Profile for gallery sharing to subscription or tenant

Constructors

Link copied to clipboard
constructor(groups: List<SharingProfileGroupResponse>, permissions: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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