adding all powershell doc versions back

This commit is contained in:
darrell-thobe-sp
2025-01-28 09:59:02 -05:00
parent ca4e98517f
commit f71193e0d5
1823 changed files with 130757 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
---
id: v2024-approval-name
title: ApprovalName
pagination_label: ApprovalName
sidebar_label: ApprovalName
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'ApprovalName']
slug: /tools/sdk/powershell/v2024/models/approval-name
tags: ['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
```powershell
$ApprovalName = Initialize-PSSailpoint.V2024ApprovalName -Value Audit DB Access `
-Locale en_US
```
- Convert the resource to JSON
```powershell
$ApprovalName | ConvertTo-JSON
```
[[Back to top]](#)