Skip to content

Commit 54213db

Browse files
authored
Merge pull request #28622 from microsoftgraph/approverinfovisibility
Fixed errors in docs for approverinformationvisibility
2 parents 1495d3e + 92f7977 commit 54213db

6 files changed

Lines changed: 21 additions & 53 deletions

File tree

api-reference/beta/resources/accesspackageapprovalstage.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,25 @@ Used for the **stages** property of approval settings in an [access package assi
2020
## Properties
2121
|Property|Type|Description|
2222
|:---|:---|:---|
23+
|approverInformationVisibility|[approverInformationVisibility](#approverinformationvisibility-values)|Indicates whether approver information is visible to the requestor. The possible values are: `default`, `notVisible`, `visible`, `unknownFutureValue`.|
2324
|durationBeforeAutomaticDenial|Duration|The number of days that a request can be pending a response before it is automatically denied.|
2425
|durationBeforeEscalation|Duration|If escalation is required, the time a request can be pending a response from a primary approver.|
25-
|escalationApprovers|[subjectSet](../resources/subjectset.md) collection|If escalation is enabled and the primary approvers do not respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests. |
26+
|escalationApprovers|[subjectSet](../resources/subjectset.md) collection|If escalation is enabled and the primary approvers don't respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests. |
2627
|fallbackEscalationApprovers|[subjectSet](../resources/subjectset.md) collection|The subjects, typically users, who are the fallback escalation approvers.|
2728
|fallbackPrimaryApprovers|[subjectSet](../resources/subjectset.md) collection|The subjects, typically users, who are the fallback primary approvers.|
28-
|approverInformationVisibility|[approverInformationVisibility](approverInformationVisibility.md)|Indicates whether approver information is visible to the requestor. The possible values are: `no`, `yes`, `default`, `unknownFutureValue`.|
2929
|isApproverJustificationRequired|Boolean|Indicates whether the approver is required to provide a justification for approving a request.|
3030
|isEscalationEnabled|Boolean|If `true`, then one or more **escalationApprovers** are configured in this approval stage.|
3131
|primaryApprovers|[subjectSet](../resources/subjectset.md) collection|The subjects, typically users, who will be asked to approve requests. A collection of [singleUser](singleuser.md), [groupMembers](groupmembers.md), [requestorManager](requestormanager.md), [internalSponsors](internalsponsors.md), [externalSponsors](externalsponsors.md), or [targetUserSponsors](targetusersponsors.md).|
3232

33+
### approverInformationVisibility values
34+
35+
| Member | Description |
36+
|:-------------------|:-------------------------------------------------------------------|
37+
| default | Use the default system setting for approver information visibility.|
38+
| notVisible | Approver information isn't visible to the requestor. |
39+
| visible | Approver information is visible to the requestor. |
40+
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
41+
3342
## Relationships
3443
None.
3544

api-reference/beta/resources/approvalstage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In PIM, defines the settings of the approval stages in a [unifiedRoleManagementP
2323
| Property | Type | Description |
2424
| :--------------------------- | :------------------------ | :---------- |
2525
| approvalStageTimeOutInDays |Int32 | The number of days that a request can be pending a response before it is automatically denied. |
26-
| approverInformationVisibility|[approverInformationVisibility](approverInformationVisibility.md) | Indicates whether approver information is visible to the requestor. The possible values are: `no`, `yes`, `default`, `unknownFutureValue`. |
26+
| approverInformationVisibility|[approverInformationVisibility](accesspackageapprovalstage.md#approverinformationvisibility-values) | Indicates whether approver information is visible to the requestor. The possible values are: `default`, `notVisible`, `visible`, `unknownFutureValue`. |
2727
| isApproverJustificationRequired |Boolean | Indicates whether the approver is required to provide a justification for approving a request. |
2828
| isEscalationEnabled |Boolean | If true, then one or more escalation approvers are configured in this approval stage. |
2929
| escalationTimeInMinutes |Int32 | If escalation is required, the time a request can be pending a response from a primary approver. |

api-reference/beta/resources/approverinformationvisibility.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

api-reference/beta/resources/enums.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -969,15 +969,6 @@ Namespace: microsoft.graph
969969
| remoteDesktopToken |
970970
| refreshToken |
971971

972-
### approverInformationVisibility values
973-
974-
| Member |
975-
| ---- |
976-
| no |
977-
| yes |
978-
| default |
979-
| unknownFutureValue |
980-
981972
### protocolType values
982973

983974
| Member |

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ Added the **deprecationDate** property to the [applicationTemplate](/graph/api/r
6666
- [Update](/graph/api/mailboxprotectionunit-update?view=graph-rest-beta&preserve-view=true) the **billingPolicyId** property on a [mailboxProtectionUnit](/graph/api/resources/mailboxprotectionunit?view=graph-rest-beta&preserve-view=true) object.
6767
- [Update](/graph/api/siteprotectionunit-update?view=graph-rest-beta&preserve-view=true) the **billingPolicyId** property on a [siteProtectionUnit](/graph/api/resources/siteprotectionunit?view=graph-rest-beta&preserve-view=true) object.
6868

69+
### Identity and access | Governance
70+
71+
- Use `default`, `notVisible`, and `visible` as supported values for the **approverInformationVisibility** property of the [accessPackageApprovalStage](/graph/api/resources/accesspackageapprovalstage?view=graph-rest-beta&preserve-view=true) and [approvalStage](/graph/api/resources/approvalstage?view=graph-rest-beta&preserve-view=true) resources to indicate whether approver information is visible to the requestor.
72+
6973
### Files
7074

7175
- Use the **height** and **width** query parameters on the [driveItem content conversion API](/graph/api/driveitem-get-content-format?view=graph-rest-beta&preserve-view=true) to download a file in another format when `format=jpg`.

redirects/.openpublishing.redirection.2026-04.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/api-reference/beta/resources/approverinformationvisibility.md",
5+
"redirect_url": "https://learn.microsoft.com/en-us/graph/api/resources/accesspackageapprovalstage?view=graph-rest-beta#approverinformationvisibility-values",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/api-reference/beta/api/activities-list.md",
510
"redirect_url": "https://learn.microsoft.com/en-us/graph/api/itemactivity-list?view=graph-rest-beta",

0 commit comments

Comments
 (0)