NetworkManagerPropertiesResponseNetworkManagerScopes

data class NetworkManagerPropertiesResponseNetworkManagerScopes(val crossTenantScopes: List<CrossTenantScopesResponse>, val managementGroups: List<String>? = null, val subscriptions: List<String>? = null)

Scope of Network Manager.

Constructors

constructor(crossTenantScopes: List<CrossTenantScopesResponse>, managementGroups: List<String>? = null, subscriptions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of cross tenant scopes.

Link copied to clipboard

List of management groups.

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

List of subscriptions.