Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ApprovalDescription.md
2025-04-01 09:23:12 -04:00

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
v2025-approval-description ApprovalDescription ApprovalDescription ApprovalDescription powershellsdk
powershell
PowerShell
sdk
ApprovalDescription
V2025ApprovalDescription
/tools/sdk/powershell/v2025/models/approval-description
SDK
Software Development Kit
ApprovalDescription
V2025ApprovalDescription

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

[Back to top]