NetworkManagerPropertiesResponseNetworkManagerScopes

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

Scope of Network Manager.

Constructors

constructor(managementGroups: List<String>? = null, subscriptions: List<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.