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

1.2 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-requestable-object-reference RequestableObjectReference RequestableObjectReference RequestableObjectReference powershellsdk
powershell
PowerShell
sdk
RequestableObjectReference
BetaRequestableObjectReference
/tools/sdk/powershell/beta/models/requestable-object-reference
SDK
Software Development Kit
RequestableObjectReference
BetaRequestableObjectReference

RequestableObjectReference

Properties

Name Type Description Notes
Id String Id of the object. [optional]
Name String Name of the object. [optional]
Description String Description of the object. [optional]
Type Enum [ "ACCESS_PROFILE", "ROLE", "ENTITLEMENT" ] Type of the object. [optional]

Examples

  • Prepare the resource
$RequestableObjectReference = Initialize-BetaRequestableObjectReference  -Id 2c938083633d259901633d25c68c00fa `
 -Name Object Name `
 -Description Object Description `
 -Type ROLE
  • Convert the resource to JSON
$RequestableObjectReference | ConvertTo-JSON

[Back to top]