Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AdminReviewReassignReassignTo.md
2025-02-03 22:09:17 +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-admin-review-reassign-reassign-to AdminReviewReassignReassignTo AdminReviewReassignReassignTo AdminReviewReassignReassignTo powershellsdk
powershell
PowerShell
sdk
AdminReviewReassignReassignTo
V2024AdminReviewReassignReassignTo
/tools/sdk/powershell/v2024/models/admin-review-reassign-reassign-to
SDK
Software Development Kit
AdminReviewReassignReassignTo
V2024AdminReviewReassignReassignTo

AdminReviewReassignReassignTo

Properties

Name Type Description Notes
Id String The identity ID to which the review is being assigned. [optional]
Type Enum [ "IDENTITY" ] The type of the ID provided. [optional]

Examples

  • Prepare the resource
$AdminReviewReassignReassignTo = Initialize-PSSailpoint.V2024AdminReviewReassignReassignTo  -Id ef38f94347e94562b5bb8424a56397d8 `
 -Type IDENTITY
  • Convert the resource to JSON
$AdminReviewReassignReassignTo | ConvertTo-JSON

[Back to top]