Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ApprovalName.md
2025-05-07 14:37:48 +00:00

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
powershell
PowerShell
sdk
ApprovalName
V2024ApprovalName
/tools/sdk/powershell/v2024/models/approval-name
SDK
Software Development Kit
ApprovalName
V2024ApprovalName

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

[Back to top]