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

1.1 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-for-dto-ref RequestedForDtoRef RequestedForDtoRef RequestedForDtoRef powershellsdk
powershell
PowerShell
sdk
RequestedForDtoRef
V2024RequestedForDtoRef
/tools/sdk/powershell/v2024/models/requested-for-dto-ref
SDK
Software Development Kit
RequestedForDtoRef
V2024RequestedForDtoRef

RequestedForDtoRef

Properties

Name Type Description Notes
IdentityId String The identity id for which the access is requested [required]
RequestedItems []RequestedItemDtoRef the details for the access items that are requested for the identity [required]

Examples

  • Prepare the resource
$RequestedForDtoRef = Initialize-V2024RequestedForDtoRef  -IdentityId cb89bc2f1ee6445fbea12224c526ba3a `
 -RequestedItems null
  • Convert the resource to JSON
$RequestedForDtoRef | ConvertTo-JSON

[Back to top]