NetworkManagerCrossTenantScope

data class NetworkManagerCrossTenantScope(val managementGroups: List<String>? = null, val subscriptions: List<String>? = null, val tenantId: String? = null)

Constructors

Link copied to clipboard
constructor(managementGroups: List<String>? = null, subscriptions: List<String>? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of management groups.

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

List of subscriptions.

Link copied to clipboard
val tenantId: String? = null

Tenant ID.