Edit

Share via


customBlockPage 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.

Defines the end user message when Global Secure Access blocks end users from accessing a resource on the web.

Inherits from microsoft.graph.entity.

Methods

Method Return type Description
Get microsoft.graph.networkaccess.customBlockPage Get microsoft.graph.networkaccess.customBlockPage object.
Update microsoft.graph.networkaccess.customBlockPage Update microsoft.graph.networkaccess.customBlockPage object.

Properties

Property Type Description
id String Identifier. Inherited from microsoft.graph.entity.
state microsoft.graph.networkaccess.status When state is enabled, the custom block page is shown to end users who are blocked from accessing a resource on the web. The possible values are: enabled, disabled, unknownFutureValue.
configuration microsoft.graph.networkaccess.blockPageConfigurationBase The current configuration of the customized message. The body can be input in limited markdown language, supporting links via the format: [link](https://example.com).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.customBlockPage",
  "id": "String (identifier)",
  "state": "String",
  "configuration": {
    "@odata.type": "microsoft.graph.networkaccess.blockPageConfigurationBase"
  }
}