Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ApprovalName.md
2025-02-03 22:09:17 +00:00

889 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
beta-approval-name ApprovalName ApprovalName ApprovalName powershellsdk
powershell
PowerShell
sdk
ApprovalName
BetaApprovalName
/tools/sdk/powershell/beta/models/approval-name
SDK
Software Development Kit
ApprovalName
BetaApprovalName

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

[Back to top]