Skip to main content

ApprovalDescription

Properties

NameTypeDescriptionNotes
ValueStringThe description of what the approval is asking for[optional]
LocaleStringWhat locale the description of the approval is using[optional]

Examples

  • Prepare the resource
$ApprovalDescription = Initialize-PSSailpoint.BetaApprovalDescription  -Value This access allows viewing and editing of workflow resource `
-Locale en_US
  • Convert the resource to JSON
$ApprovalDescription | ConvertTo-JSON

[Back to top]