CrossTenantScopesResponse

data class CrossTenantScopesResponse(val managementGroups: List<String>, val subscriptions: List<String>, val tenantId: String)

Cross tenant scopes.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of management groups.

Link copied to clipboard

List of subscriptions.

Link copied to clipboard

Tenant ID.