id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-review-decision |
ReviewDecision |
ReviewDecision |
ReviewDecision |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ReviewDecision |
| V2024ReviewDecision |
|
/tools/sdk/powershell/v2024/models/review-decision |
| SDK |
| Software Development Kit |
| ReviewDecision |
| V2024ReviewDecision |
|
ReviewDecision
Properties
| Name |
Type |
Description |
Notes |
| Id |
String |
The id of the review decision |
[required] |
| Decision |
CertificationDecision |
|
[required] |
| ProposedEndDate |
System.DateTime |
The date at which a user's access should be taken away. Should only be set for REVOKE decisions. |
[optional] |
| Bulk |
Boolean |
Indicates whether decision should be marked as part of a larger bulk decision |
[required] |
| Recommendation |
ReviewRecommendation |
|
[optional] |
| Comments |
String |
Comments recorded when the decision was made |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]