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

894 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
v2025-approval-name ApprovalName ApprovalName ApprovalName powershellsdk
powershell
PowerShell
sdk
ApprovalName
V2025ApprovalName
/tools/sdk/powershell/v2025/models/approval-name
SDK
Software Development Kit
ApprovalName
V2025ApprovalName

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

[Back to top]