Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/CommonAccessItemAccess.md
2025-05-07 14:37:48 +00:00

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
v2025-common-access-item-access CommonAccessItemAccess CommonAccessItemAccess CommonAccessItemAccess powershellsdk
powershell
PowerShell
sdk
CommonAccessItemAccess
V2025CommonAccessItemAccess
/tools/sdk/powershell/v2025/models/common-access-item-access
SDK
Software Development Kit
CommonAccessItemAccess
V2025CommonAccessItemAccess

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-V2025CommonAccessItemAccess  -Id null `
 -Type null `
 -Name null `
 -Description null `
 -OwnerName null `
 -OwnerId null
  • Convert the resource to JSON
$CommonAccessItemAccess | ConvertTo-JSON

[Back to top]