profile 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.
A profile serves as a container for forwarding policies. This is an abstract type from which the microsoft.graph.networkaccess.forwardingProfile resource type is derived.
Inherits from microsoft.graph.entity.
Methods
Properties
Property | Type | Description |
---|---|---|
description | String | Description. |
id | String | Identifier for the profile. Inherited from microsoft.graph.entity. |
lastModifiedDateTime | DateTimeOffset | Profile last modified time. |
name | String | Profile name. |
state | microsoft.graph.networkaccess.status | Profile state. The possible values are: enabled , disabled . |
version | String | Profile version. |
Relationships
Relationship | Type | Description |
---|---|---|
policies | microsoft.graph.networkaccess.policyLink collection | Traffic forwarding policies associated with this profile. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.profile",
"id": "String (identifier)",
"name": "String",
"description": "String",
"state": "String",
"version": "String",
"lastModifiedDateTime": "String (timestamp)"
}