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

966 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
beta-access-item-ref AccessItemRef AccessItemRef AccessItemRef powershellsdk
powershell
PowerShell
sdk
AccessItemRef
BetaAccessItemRef
/tools/sdk/powershell/beta/models/access-item-ref
SDK
Software Development Kit
AccessItemRef
BetaAccessItemRef

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-BetaAccessItemRef  -Id 2c938083633d259901633d2623ec0375 `
 -Type ENTITLEMENT
  • Convert the resource to JSON
$AccessItemRef | ConvertTo-JSON

[Back to top]