Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ApprovalName.md
2025-01-28 13:29:29 -05:00

913 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 Pointer to String Name of the approval [optional]
Locale Pointer to 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]