SharingProfileGroupResponse

data class SharingProfileGroupResponse(val ids: List<String>? = null, val type: String? = null)

Group of the gallery sharing profile

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of subscription/tenant ids the gallery is aimed to be shared to.

Link copied to clipboard
val type: String? = null

This property allows you to specify the type of sharing group. Possible values are: Subscriptions, AADTenants.