mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1006 B
1006 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-common-access-id-status | CommonAccessIDStatus | CommonAccessIDStatus | CommonAccessIDStatus | powershellsdk |
|
/tools/sdk/powershell/v2024/models/common-access-id-status |
|
CommonAccessIDStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConfirmedIds | []String | List of confirmed common access ids. | [optional] |
| DeniedIds | []String | List of denied common access ids. | [optional] |
Examples
- Prepare the resource
$CommonAccessIDStatus = Initialize-V2024CommonAccessIDStatus -ConfirmedIds null `
-DeniedIds null
- Convert the resource to JSON
$CommonAccessIDStatus | ConvertTo-JSON