Update to powershell SDK docs: 15023035004

This commit is contained in:
developer-relations-sp
2025-05-14 14:14:03 +00:00
parent 1da87f2e41
commit d5eba63d0e
23 changed files with 292 additions and 9 deletions

View File

@@ -17,12 +17,14 @@ tags: ['SDK', 'Software Development Kit', 'EntitlementRequestConfig', 'BetaEntit
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessRequestConfig** | [**EntitlementAccessRequestConfig**](entitlement-access-request-config) | | [optional]
**RevocationRequestConfig** | [**EntitlementRevocationRequestConfig**](entitlement-revocation-request-config) | | [optional]
## Examples
- Prepare the resource
```powershell
$EntitlementRequestConfig = Initialize-BetaEntitlementRequestConfig -AccessRequestConfig null
$EntitlementRequestConfig = Initialize-BetaEntitlementRequestConfig -AccessRequestConfig null `
-RevocationRequestConfig null
```
- Convert the resource to JSON