Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RequestedItemStatusRequestedFor.md
2025-01-28 13:29:29 -05: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
v2024-requested-item-status-requested-for RequestedItemStatusRequestedFor RequestedItemStatusRequestedFor RequestedItemStatusRequestedFor powershellsdk
powershell
PowerShell
sdk
RequestedItemStatusRequestedFor
V2024RequestedItemStatusRequestedFor
/tools/sdk/powershell/v2024/models/requested-item-status-requested-for
SDK
Software Development Kit
RequestedItemStatusRequestedFor
V2024RequestedItemStatusRequestedFor

RequestedItemStatusRequestedFor

Properties

Name Type Description Notes
Type Pointer to Enum [ "IDENTITY" ] Type of the object to which this reference applies [optional]
Id Pointer to String ID of the object to which this reference applies [optional]
Name Pointer to String Human-readable display name of the object to which this reference applies [optional]

Examples

  • Prepare the resource
$RequestedItemStatusRequestedFor = Initialize-PSSailpoint.V2024RequestedItemStatusRequestedFor  -Type IDENTITY `
 -Id 2c9180835d191a86015d28455b4b232a `
 -Name William Wilson
  • Convert the resource to JSON
$RequestedItemStatusRequestedFor | ConvertTo-JSON

[Back to top]