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-Approvaldescription  -Value This access allows viewing and editing of workflow resource `
-Locale en_US
  • Convert the resource to JSON
$Approvaldescription | ConvertTo-JSON

[Back to top]