Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessItemRef.md
2025-02-03 22:09:17 +00:00

983 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-access-item-ref AccessItemRef AccessItemRef AccessItemRef powershellsdk
powershell
PowerShell
sdk
AccessItemRef
V2024AccessItemRef
/tools/sdk/powershell/v2024/models/access-item-ref
SDK
Software Development Kit
AccessItemRef
V2024AccessItemRef

AccessItemRef

Properties

Name Type Description Notes
Id String ID of the access item to retrieve the recommendation for. [optional]
Type Enum [ "ENTITLEMENT", "ACCESS_PROFILE", "ROLE" ] Access item's type. [optional]

Examples

  • Prepare the resource
$AccessItemRef = Initialize-PSSailpoint.V2024AccessItemRef  -Id 2c938083633d259901633d2623ec0375 `
 -Type ENTITLEMENT
  • Convert the resource to JSON
$AccessItemRef | ConvertTo-JSON

[Back to top]