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,13 +16,13 @@ tags: ['SDK', 'Software Development Kit', 'AccessReviewItem', 'V2024AccessReview
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessSummary** | Pointer to [**AccessSummary**](access-summary) | | [optional]
**IdentitySummary** | Pointer to [**CertificationIdentitySummary**](certification-identity-summary) | | [optional]
**Id** | Pointer to **String** | The review item's id | [optional]
**Completed** | Pointer to **Boolean** | Whether the review item is complete | [optional]
**NewAccess** | Pointer to **Boolean** | Indicates whether the review item is for new access to a source | [optional]
**Decision** | Pointer to [**CertificationDecision**](certification-decision) | | [optional]
**Comments** | Pointer to **String** | Comments for this review item | [optional]
**AccessSummary** | [**AccessSummary**](access-summary) | | [optional]
**IdentitySummary** | [**CertificationIdentitySummary**](certification-identity-summary) | | [optional]
**Id** | **String** | The review item's id | [optional]
**Completed** | **Boolean** | Whether the review item is complete | [optional]
**NewAccess** | **Boolean** | Indicates whether the review item is for new access to a source | [optional]
**Decision** | [**CertificationDecision**](certification-decision) | | [optional]
**Comments** | **String** | Comments for this review item | [optional]
## Examples