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,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestItemResponse', 'BetaAcce
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Operation** | Pointer to **String** | the access request item operation | [optional]
**AccessItemType** | Pointer to **String** | the access item type | [optional]
**Name** | Pointer to **String** | the name of access request item | [optional]
**Decision** | Pointer to **Enum** [ "APPROVED", "REJECTED" ] | the final decision for the access request | [optional]
**Description** | Pointer to **String** | the description of access request item | [optional]
**SourceId** | Pointer to **String** | the source id | [optional]
**SourceName** | Pointer to **String** | the source Name | [optional]
**ApprovalInfos** | Pointer to [**[]ApprovalInfoResponse**](approval-info-response) | | [optional]
**Operation** | **String** | the access request item operation | [optional]
**AccessItemType** | **String** | the access item type | [optional]
**Name** | **String** | the name of access request item | [optional]
**Decision** | **Enum** [ "APPROVED", "REJECTED" ] | the final decision for the access request | [optional]
**Description** | **String** | the description of access request item | [optional]
**SourceId** | **String** | the source id | [optional]
**SourceName** | **String** | the source Name | [optional]
**ApprovalInfos** | [**[]ApprovalInfoResponse**](approval-info-response) | | [optional]
## Examples