Skip to main content

ApprovalName

Properties

NameTypeDescriptionNotes
ValueStringName of the approval[optional]
LocaleStringWhat locale the name of the approval is using[optional]

Examples

  • Prepare the resource
$ApprovalName = Initialize-PSSailpoint.V2024ApprovalName  -Value Audit DB Access `
-Locale en_US
  • Convert the resource to JSON
$ApprovalName | ConvertTo-JSON

[Back to top]