EnvironmentDetails interface
The environment details of the resource
Properties
environment |
The hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the hierarchyId id) |
native |
The native resource id of the resource (in case of Azure - the resource Id, in case of MC - the native resource id) |
organizational |
The organizational hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the organizational hierarchyId id) |
subscription |
The subscription Id |
tenant |
The tenant Id |
Property Details
environmentHierarchyId
The hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the hierarchyId id)
environmentHierarchyId?: string
Property Value
string
nativeResourceId
The native resource id of the resource (in case of Azure - the resource Id, in case of MC - the native resource id)
nativeResourceId?: string
Property Value
string
organizationalHierarchyId
The organizational hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the organizational hierarchyId id)
organizationalHierarchyId?: string
Property Value
string
subscriptionId
The subscription Id
subscriptionId?: string
Property Value
string
tenantId
The tenant Id
tenantId?: string
Property Value
string
Azure SDK for JavaScript