Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
Specifies the category or type of a website or online resource, helping to classify and filter internet traffic based on content.
Inherits from microsoft.graph.networkaccess.ruleDestination.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name for the web category. |
| group | String | The group or category to which the web category belongs. |
| name | String | The unique name that is associated with the web category. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.webCategory",
"displayName": "String",
"name": "String",
"group": "String"
}