Skip to content

Commit 2a7a670

Browse files
committed
Acrolinx minimums
1 parent 1418350 commit 2a7a670

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api-reference/beta/resources/networkaccess-profile.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: profile resource type
3-
description: "A profile serves as a container for forwarding policies."
3+
description: "Represents a container for forwarding policies."
44
author: "Moti-ba"
55
ms.localizationpriority: medium
66
ms.subservice: entra-global-secure-access
@@ -14,7 +14,7 @@ Namespace: microsoft.graph.networkaccess
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
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.
1818

1919

2020
Inherits from [microsoft.graph.entity](../resources/entity.md).
@@ -26,16 +26,16 @@ Inherits from [microsoft.graph.entity](../resources/entity.md).
2626
|Property|Type|Description|
2727
|:---|:---|:---|
2828
|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`.|
3333
|version|String|Profile version.|
3434

3535
## Relationships
3636
|Relationship|Type|Description|
3737
|:---|:---|:---|
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.|
3939

4040
## JSON representation
4141
The following JSON representation shows the resource type.

0 commit comments

Comments
 (0)