You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A profile serves as a container for forwarding policies. It is an abstract type from which the [microsoft.graph.networkaccess.forwardingProfile](networkaccess-forwardingprofile.md) resource type is derived.
17
+
Represents a container for forwarding policies. It's an abstract type from which the [microsoft.graph.networkaccess.forwardingProfile](networkaccess-forwardingprofile.md) resource type is derived.
18
18
19
19
20
20
Inherits from [microsoft.graph.entity](../resources/entity.md).
@@ -26,16 +26,16 @@ Inherits from [microsoft.graph.entity](../resources/entity.md).
26
26
|Property|Type|Description|
27
27
|:---|:---|:---|
28
28
|description|String|Description.|
29
-
|id|String|Identifier for the profile. Inherited from [microsoft.graph.entity](../resources/entity.md).|
30
-
|lastModifiedDateTime|DateTimeOffset|Profile last modified time.|
31
-
|name|String|Profile name.|
32
-
|state|microsoft.graph.networkaccess.status|Profile state. The possible values are: `enabled`, and `disabled`.|
29
+
|id|String|The identifier for the profile. Inherited from [microsoft.graph.entity](../resources/entity.md).|
30
+
|lastModifiedDateTime|DateTimeOffset|The date and time when the profile was last modified.|
31
+
|name|String|The name of the profile.|
32
+
|state|microsoft.graph.networkaccess.status|the status of the profile. Possible values are: `enabled` and `disabled`.|
33
33
|version|String|Profile version.|
34
34
35
35
## Relationships
36
36
|Relationship|Type|Description|
37
37
|:---|:---|:---|
38
-
|policies|[microsoft.graph.networkaccess.policyLink](../resources/networkaccess-policylink.md) collection|Traffic forwarding policies associated with this profile.|
38
+
|policies|[microsoft.graph.networkaccess.policyLink](../resources/networkaccess-policylink.md) collection|The traffic forwarding policies associated with this profile.|
39
39
40
40
## JSON representation
41
41
The following JSON representation shows the resource type.
0 commit comments