ApprovalDescription
Properties
Name | Type | Description | Notes |
---|---|---|---|
Value | String | The description of what the approval is asking for | [optional] |
Locale | String | What 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