toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
CrossTenantScopesResponse
Cross
Tenant
Scopes
Response
data
class
CrossTenantScopesResponse
(
val
managementGroups
:
List
<
String
>
,
val
subscriptions
:
List
<
String
>
,
val
tenantId
:
String
)
Cross tenant scopes.
Members
Constructors
Cross
Tenant
Scopes
Response
Link copied to clipboard
constructor
(
managementGroups
:
List
<
String
>
,
subscriptions
:
List
<
String
>
,
tenantId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
management
Groups
Link copied to clipboard
val
managementGroups
:
List
<
String
>
List of management groups.
subscriptions
Link copied to clipboard
val
subscriptions
:
List
<
String
>
List of subscriptions.
tenant
Id
Link copied to clipboard
val
tenantId
:
String
Tenant ID.