Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/ApprovalName.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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]