Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/AdminReviewReassign.md
2025-01-27 16:35:26 -05: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-admin-review-reassign AdminReviewReassign AdminReviewReassign AdminReviewReassign powershellsdk
powershell
PowerShell
sdk
AdminReviewReassign
/tools/sdk/powershell/beta/models/admin-review-reassign
SDK
Software Development Kit
AdminReviewReassign

AdminReviewReassign

Properties

Name Type Description Notes
CertificationIds Pointer to []String List of certification IDs to reassign [optional]
ReassignTo Pointer to AdminReviewReassignReassignTo [optional]
Reason Pointer to String Comment to explain why the certification was reassigned [optional]

Examples

  • Prepare the resource
$AdminReviewReassign = Initialize-PSSailpoint.BetaAdminReviewReassign  -CertificationIds [af3859464779471211bb8424a563abc1, af3859464779471211bb8424a563abc2, af3859464779471211bb8424a563abc3] `
 -ReassignTo null `
 -Reason reassigned for some reason
  • Convert the resource to JSON
$AdminReviewReassign | ConvertTo-JSON

[Back to top]