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,25 +16,25 @@ tags: ['SDK', 'Software Development Kit', 'PendingApproval', 'BetaPendingApprova
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The approval id. | [optional]
**Name** | Pointer to **String** | The name of the approval. | [optional]
**Created** | Pointer to **System.DateTime** | When the approval was created. | [optional]
**Modified** | Pointer to **System.DateTime** | When the approval was modified last time. | [optional]
**RequestCreated** | Pointer to **System.DateTime** | When the access-request was created. | [optional]
**RequestType** | Pointer to [**AccessRequestType**](access-request-type) | | [optional]
**Requester** | Pointer to [**AccessItemRequesterDto**](access-item-requester-dto) | | [optional]
**RequestedFor** | Pointer to [**[]AccessItemRequestedForDto**](access-item-requested-for-dto) | Identities access was requested for. | [optional]
**Owner** | Pointer to [**AccessItemOwnerDto**](access-item-owner-dto) | | [optional]
**RequestedObject** | Pointer to [**RequestableObjectReference**](requestable-object-reference) | | [optional]
**RequesterComment** | Pointer to [**CommentDto1**](comment-dto1) | | [optional]
**PreviousReviewersComments** | Pointer to [**[]CommentDto1**](comment-dto1) | The history of the previous reviewers comments. | [optional]
**ForwardHistory** | Pointer to [**[]ApprovalForwardHistory**](approval-forward-history) | The history of approval forward action. | [optional]
**CommentRequiredWhenRejected** | Pointer to **Boolean** | When true the rejector has to provide comments when rejecting | [optional] [default to $false]
**ActionInProcess** | Pointer to [**PendingApprovalAction**](pending-approval-action) | | [optional]
**RemoveDate** | Pointer to **System.DateTime** | The date the role or access profile or entitlement is no longer assigned to the specified identity. | [optional]
**RemoveDateUpdateRequested** | Pointer to **Boolean** | If true, then the request is to change the remove date or sunset date. | [optional] [default to $false]
**CurrentRemoveDate** | Pointer to **System.DateTime** | The remove date or sunset date that was assigned at the time of the request. | [optional]
**SodViolationContext** | Pointer to [**SodViolationContextCheckCompleted1**](sod-violation-context-check-completed1) | | [optional]
**Id** | **String** | The approval id. | [optional]
**Name** | **String** | The name of the approval. | [optional]
**Created** | **System.DateTime** | When the approval was created. | [optional]
**Modified** | **System.DateTime** | When the approval was modified last time. | [optional]
**RequestCreated** | **System.DateTime** | When the access-request was created. | [optional]
**RequestType** | [**AccessRequestType**](access-request-type) | | [optional]
**Requester** | [**AccessItemRequesterDto**](access-item-requester-dto) | | [optional]
**RequestedFor** | [**[]AccessItemRequestedForDto**](access-item-requested-for-dto) | Identities access was requested for. | [optional]
**Owner** | [**AccessItemOwnerDto**](access-item-owner-dto) | | [optional]
**RequestedObject** | [**RequestableObjectReference**](requestable-object-reference) | | [optional]
**RequesterComment** | [**CommentDto1**](comment-dto1) | | [optional]
**PreviousReviewersComments** | [**[]CommentDto1**](comment-dto1) | The history of the previous reviewers comments. | [optional]
**ForwardHistory** | [**[]ApprovalForwardHistory**](approval-forward-history) | The history of approval forward action. | [optional]
**CommentRequiredWhenRejected** | **Boolean** | When true the rejector has to provide comments when rejecting | [optional] [default to $false]
**ActionInProcess** | [**PendingApprovalAction**](pending-approval-action) | | [optional]
**RemoveDate** | **System.DateTime** | The date the role or access profile or entitlement is no longer assigned to the specified identity. | [optional]
**RemoveDateUpdateRequested** | **Boolean** | If true, then the request is to change the remove date or sunset date. | [optional] [default to $false]
**CurrentRemoveDate** | **System.DateTime** | The remove date or sunset date that was assigned at the time of the request. | [optional]
**SodViolationContext** | [**SodViolationContextCheckCompleted1**](sod-violation-context-check-completed1) | | [optional]
## Examples