mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
882 B
882 B
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-name | ApprovalName | ApprovalName | ApprovalName | powershellsdk |
|
/tools/sdk/powershell/v2024/models/approval-name |
|
ApprovalName
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Value | String | Name of the approval | [optional] |
| Locale | String | What locale the name of the approval is using | [optional] |
Examples
- Prepare the resource
$ApprovalName = Initialize-V2024ApprovalName -Value Audit DB Access `
-Locale en_US
- Convert the resource to JSON
$ApprovalName | ConvertTo-JSON