Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'ReviewDecision', 'ReviewDecision']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **String** | The id of the review decision | [required]
**Decision** | [**CertificationDecision**](certification-decision) | | [required]
**ProposedEndDate** | Pointer to **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** | Pointer to [**ReviewRecommendation**](review-recommendation) | | [optional]
**Comments** | Pointer to **String** | Comments recorded when the decision was made | [optional]
**Id** | **String** | The id of the review decision | [required]
**Decision** | [**CertificationDecision**](certification-decision) | | [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**](review-recommendation) | | [optional]
**Comments** | **String** | Comments recorded when the decision was made | [optional]
## Examples