mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-common-access-item-access | CommonAccessItemAccess | CommonAccessItemAccess | CommonAccessItemAccess | powershellsdk |
|
/tools/sdk/powershell/beta/models/common-access-item-access |
|
CommonAccessItemAccess
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Common access ID | [optional] |
| Type | CommonAccessType | [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
- Prepare the resource
$CommonAccessItemAccess = Initialize-PSSailpoint.BetaCommonAccessItemAccess -Id null `
-Type null `
-Name null `
-Description null `
-OwnerName null `
-OwnerId null
- Convert the resource to JSON
$CommonAccessItemAccess | ConvertTo-JSON