Skip to content

Commit 12dfc17

Browse files
authored
Merge pull request #9720 from microsoftgraph/FaithOmbongi-patch-2
Update approverinformationvisibility.md
2 parents d80821b + 155cfd9 commit 12dfc17

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api-reference/beta/resources/approverinformationvisibility.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Defines whether approver information is visible to the requestor in approval pro
1818

1919
## Members
2020

21-
| Member | Value | Description |
22-
|:-------------------|:------|:-------------------------------------------------------------------|
23-
| no | 0 | Approver information is not visible to the requestor. |
24-
| yes | 1 | Approver information is visible to the requestor. |
25-
| default | 2 | Use the default system setting for approver information visibility.|
26-
| unknownFutureValue | 3 | Evolvable enumeration sentinel value. Don't use. |
21+
| Member | Description |
22+
|:-------------------|:-------------------------------------------------------------------|
23+
| no | Approver information is not visible to the requestor. |
24+
| yes | Approver information is visible to the requestor. |
25+
| default |Use the default system setting for approver information visibility.|
26+
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
2727

2828
## JSON representation
2929

@@ -38,4 +38,4 @@ The following JSON representation shows the resource type.
3838
{
3939
"@odata.type": "#microsoft.graph.approverInformationVisibility"
4040
}
41-
```
41+
```

0 commit comments

Comments
 (0)