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-Approvalname  -Value Audit DB Access `
-Locale en_US
  • Convert the resource to JSON
$Approvalname | ConvertTo-JSON

[Back to top]