Skip to content

Commit 6ebcc10

Browse files
committed
Added plan for access analyzer 11.6
1 parent be910b4 commit 6ebcc10

File tree

366 files changed

+12251
-9823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+12251
-9823
lines changed

append_files.sh

100644100755
File mode changed.

delete_empty_directories.sh

100644100755
File mode changed.
Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ default browser for security authentication.
4040
close the browser window.
4141

4242
The requester will receive an email notification on the updated status of the request. See the
43-
[Access Request Updated Email](/docs/accessinformationcenter/11.6/access/informationcenter/accessrequests/email/updated.md)
43+
[Access Request Updated Email](/docs/accessinformationcenter/11.6/access-management/access-requests/email-notifications.md)
4444
topic for an example of this email.
4545

4646
You can view the history of requests processed for your resources in the Owner portal. See the
47-
[Access Request History](/docs/accessinformationcenter/11.6/access/informationcenter/accessrequests/owners/requesthistory.md)
47+
[Access Request History](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
4848
topic for additional information.
4949

5050
### Decline Request
@@ -69,9 +69,62 @@ close the browser window.
6969

7070
The requester will receive an email notification on the updated status of the request, including any
7171
note you added. See the
72-
[Access Request Updated Email](/docs/accessinformationcenter/11.6/access/informationcenter/accessrequests/email/updated.md)
72+
[Access Request Updated Email](/docs/accessinformationcenter/11.6/access-management/access-requests/email-notifications.md)
7373
topic for an example of this email.
7474

7575
You can view the history of requests processed for your resources in the Owner portal. See the
76-
[Access Request History](/docs/accessinformationcenter/11.6/access/informationcenter/accessrequests/owners/requesthistory.md)
76+
[Access Request History](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
77+
topic for additional information.
78+
79+
# Access Request Updated Email
80+
81+
When your access request has been processed by the resource owner, you will receive one of the
82+
following:
83+
84+
- [Decision Accepted Email](#decision-accepted-email)
85+
- [Decision Denied Email](#decision-denied-email)
86+
87+
## Decision Accepted Email
88+
89+
When a resource owner approves your access request, you will receive an email notification.
90+
91+
![Access Request Accepted status update email](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/email/updatedaccepted.webp)
92+
93+
The Decision row indicates the request was accepted. On the
94+
[Request History Page](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
95+
of the Your Access portal, you will see a green check mark in the Decision column.
96+
97+
## Decision Denied Email
98+
99+
When a resource owner denies your access request, you will receive an email notification.
100+
101+
![Access Request Declined status update email](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/email/updateddeclined.webp)
102+
103+
The Decision row indicates the request was denied. The owner may have provided a note explaining the
104+
decision, which will be visible at the bottom. On the
105+
[Request History Page](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
106+
of the Your Access portal, you will see a Denied icon in the Decision column.
107+
108+
# Access Expiration Email
109+
110+
If only temporary access was granted, once the date expires, the user will be automatically removed
111+
from the resource, and will receive an email notification informing them of the removal.
112+
113+
![Access Expired email](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/email/expired.webp)
114+
115+
On the
116+
[Request History Page](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
117+
of the Your Access portal, you can see that the icon in the Expired column has changed and it's
118+
tooltip indicates that the access has expired.
119+
120+
# Access Request Reminder Email
121+
122+
The Request Administrator may send reminder email from the Access Information Center for pending
123+
access requests.
124+
125+
![Reminder email](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/email/reminder.webp)
126+
127+
Click **Sign in** to open the Access Information Center login page. Within the Owner portal,
128+
navigate to the Access Requests page to process the request. See the
129+
[Pending Access Requests](/docs/accessinformationcenter/11.6/access-management/access-requests/pending-requests.md)
77130
topic for additional information.
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# Cancel Request Window
2+
3+
The Cancel Request window opens from the Request History Page of the Your Access portal when you
4+
select to cancel an access request. See the
5+
[Request History Page](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
6+
topic for additional information. Follow the steps to cancel an access request.
7+
8+
**Step 1 –** On the Request History Page of the Your Access portal, select the desired request and
9+
click **Cancel**. The Cancel Request window opens to confirm the action.
10+
11+
![Cancel Request window](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/window/cancelrequest.webp)
12+
13+
**Step 2 –** Click **Yes** to cancel the request.
14+
15+
**NOTE:** You can click **No** to keep the pending request and close the Cancel Request window.
16+
17+
![Cancel Request window request has been cancelled message](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/window/cancelrequestcomplete.webp)
18+
19+
**Step 3 –** The Access Information Center starts the action. When the action completes
20+
successfully, click **OK** to close the Cancel Request window.
21+
22+
The request remains on the Request History page, but is no longer pending. Its status is set to
23+
Canceled, with you as the Reviewer.
24+
25+
# Changes Window
26+
27+
Select the desired request on the
28+
[Request History Tab](/docs/accessinformationcenter/11.6/access-management/access-requests/overview.md#request-history-tab)
29+
of the Access Requests interface and click **View Changes**. The Changes window opens.
30+
31+
![Changes window](/img/versioned_docs/accessanalyzer_11.6/accessanalyzer/install/application/upgrade/changes.webp)
32+
33+
The table displays the following information for selected trustee:
34+
35+
- Event Time – Date timestamp of when the change was committed
36+
- Status – Icon indicates the decision made by the owner on the request: Accepted (green check
37+
mark), Declined (red **x**), or Canceled (orange circle with slash)
38+
- Group Name – Name of the group where membership was modified to process the change in Active
39+
Directory. Access to File System and SharePoint resources are controlled through Access Groups.
40+
See the
41+
[Access Groups](/docs/accessinformationcenter/11.6/access-management/resource-owners/access-groups.md)
42+
topic for additional information.
43+
- Update Type – Indicates if group membership was added or removed to process the change
44+
- Member Name – sAMAccountName associated with the domain user whose membership was being changed
45+
46+
**NOTE:** The table data grid functions the same way as other Access Information Center table grids.
47+
See the
48+
[Data Grid Features](/docs/accessinformationcenter/11.6/reference/data-grid.md) topic
49+
for additional information.
50+
51+
Click **OK** to close the window.
52+
53+
# Decline Access Window
54+
55+
The Decline Access window opens from the Pending Access Requests Page of the Owner portal when you
56+
select to decline an access request to your resource. See the
57+
[Pending Access Requests](/docs/accessinformationcenter/11.6/access-management/access-requests/pending-requests.md)
58+
topic for additional information. Follow the steps to decline an access request.
59+
60+
**Step 1 –** On the Pending Access Requests Page, select the desired request and click **Decline**.
61+
The Decline Access window opens.
62+
63+
![Decline Access window](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/window/declineaccess.webp)
64+
65+
**Step 2 –** Optionally enter a reason for denying the request, which will be included in the
66+
notification sent to the requester.
67+
68+
**Step 3 –** Click **Decline** to cancel the request.
69+
70+
**NOTE:** You can click **Cancel** to close the window without denying the request.
71+
72+
![Saving Request window](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/window/savingrequest.webp)
73+
74+
**Step 4 –** The Access Information Center starts the action with the status displayed in the Saving
75+
request window. When the action completes successfully, click **OK** to close the Saving request
76+
window.
77+
78+
The access request has been declined and the requester sent an email notification informing them.
79+
The request is visible on the Access Request History Page. See the
80+
[Access Request History](/docs/accessinformationcenter/11.6/access-management/access-requests/request-history.md)
81+
topic for additional information.
82+
83+
# Remove Access Window
84+
85+
The Remove Access window opens from the Your Access portal when you select to remove your existing
86+
access to a resource. Follow the steps to remove your access.
87+
88+
**Step 1 –** In the Your Access portal, select the desired resource from the list of current access
89+
and click **Remove Access**. The Remove Access window opens to confirm the action.
90+
91+
![Remove Access window](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/window/removeaccess.webp)
92+
93+
**Step 2 –** Click **Yes** to cancel the remove your access for the selected resource.
94+
95+
**NOTE:** You can click **No** to keep the access and close the Remove Access window.
96+
97+
![Remove Access window access removed message](/img/versioned_docs/accessinformationcenter_11.6/access/informationcenter/accessrequests/window/removeaccesscomplete.webp)
98+
99+
**Step 3 –** The Access Information Center starts the action. When the action completes
100+
successfully, click **OK** to close the Remove Access window.
101+
102+
Your access to the resource was removed. The removal action appears on the Request History page. Its
103+
status is set to Canceled, with you as the Reviewer.

0 commit comments

Comments
 (0)