tenantStatus resource type
Namespace: microsoft.graph.networkaccess
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the status of the Global Secure Access services for the tenant.
Inherits from microsoft.graph.entity.
Method | Return type | Description |
---|---|---|
Get | microsoft.graph.networkaccess.tenantStatus | Read the properties and relationships of a microsoft.graph.networkaccess.tenantStatus object. |
Onboard | microsoft.graph.networkaccess.tenantStatus | Onboard the tenant to the Global Secure Access services. |
Property | Type | Description |
---|---|---|
id | String | Identifier. Inherited from microsoft.graph.entity. |
onboardingErrorMessage | String | Reflects a message to the user if there's an error. |
onboardingStatus | microsoft.graph.networkaccess.onboardingStatus | Reflects the tenant onboarding status. The possible values are: offboarded , offboardingInProgress , onboardingInProgress , onboarded , onboardingErrorOccurred , offboardingErrorOccurred . |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.tenantStatus",
"id": "String (identifier)",
"onboardingStatus": "String",
"onboardingErrorMessage": "String"
}