mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-approval-description | ApprovalDescription | ApprovalDescription | ApprovalDescription | powershellsdk |
|
/tools/sdk/powershell/v2024/models/approval-description |
|
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.V2024ApprovalDescription -Value This access allows viewing and editing of workflow resource `
-Locale en_US
- Convert the resource to JSON
$ApprovalDescription | ConvertTo-JSON