mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| requested-item-status-requested-for | RequestedItemStatusRequestedFor | RequestedItemStatusRequestedFor | RequestedItemStatusRequestedFor | powershellsdk |
|
/tools/sdk/powershell/v3/models/requested-item-status-requested-for |
|
RequestedItemStatusRequestedFor
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Type of the object to which this reference applies | [optional] |
| Id | String | ID of the object to which this reference applies | [optional] |
| Name | String | Human-readable display name of the object to which this reference applies | [optional] |
Examples
- Prepare the resource
$RequestedItemStatusRequestedFor = Initialize-RequestedItemStatusRequestedFor -Type IDENTITY `
-Id 2c9180835d191a86015d28455b4b232a `
-Name William Wilson
- Convert the resource to JSON
$RequestedItemStatusRequestedFor | ConvertTo-JSON