Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/CommonAccessItemAccess.md
2025-02-03 22:09:17 +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
beta-common-access-item-access CommonAccessItemAccess CommonAccessItemAccess CommonAccessItemAccess powershellsdk
powershell
PowerShell
sdk
CommonAccessItemAccess
BetaCommonAccessItemAccess
/tools/sdk/powershell/beta/models/common-access-item-access
SDK
Software Development Kit
CommonAccessItemAccess
BetaCommonAccessItemAccess

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

[Back to top]