Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/NonEmployeeApprovalDecision.md
2025-01-28 13:29:29 -05:00

999 B

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-non-employee-approval-decision NonEmployeeApprovalDecision NonEmployeeApprovalDecision NonEmployeeApprovalDecision powershellsdk
powershell
PowerShell
sdk
NonEmployeeApprovalDecision
BetaNonEmployeeApprovalDecision
/tools/sdk/powershell/beta/models/non-employee-approval-decision
SDK
Software Development Kit
NonEmployeeApprovalDecision
BetaNonEmployeeApprovalDecision

NonEmployeeApprovalDecision

Properties

Name Type Description Notes
Comment Pointer to String Comment on the approval item. [optional]

Examples

  • Prepare the resource
$NonEmployeeApprovalDecision = Initialize-PSSailpoint.BetaNonEmployeeApprovalDecision  -Comment null
  • Convert the resource to JSON
$NonEmployeeApprovalDecision | ConvertTo-JSON

[Back to top]