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', 'CommonAccessItemAccess', 'BetaCommonA
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Common access ID | [optional]
**Type** | Pointer to [**CommonAccessType**](common-access-type) | | [optional]
**Name** | Pointer to **String** | Common access name | [optional]
**Description** | Pointer to **String** | Common access description | [optional]
**OwnerName** | Pointer to **String** | Common access owner name | [optional]
**OwnerId** | Pointer to **String** | Common access owner ID | [optional]
**Id** | **String** | Common access ID | [optional]
**Type** | [**CommonAccessType**](common-access-type) | | [optional]
**Name** | **String** | Common access name | [optional]
**Description** | **String** | Common access description | [optional]
**OwnerName** | **String** | Common access owner name | [optional]
**OwnerId** | **String** | Common access owner ID | [optional]
## Examples