adding powershell sdk docs back

This commit is contained in:
darrell-thobe-sp
2025-01-28 13:29:29 -05:00
parent 248e4afe6b
commit c69a78b807
2822 changed files with 201703 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
id: v2024-approval-status
title: ApprovalStatus
pagination_label: ApprovalStatus
sidebar_label: ApprovalStatus
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'ApprovalStatus', 'V2024ApprovalStatus']
slug: /tools/sdk/powershell/v2024/models/approval-status
tags: ['SDK', 'Software Development Kit', 'ApprovalStatus', 'V2024ApprovalStatus']
---
# ApprovalStatus
## Enum
* `APPROVED` (value: `"APPROVED"`)
* `REJECTED` (value: `"REJECTED"`)
* `PENDING` (value: `"PENDING"`)
* `NOT_READY` (value: `"NOT_READY"`)
* `CANCELLED` (value: `"CANCELLED"`)
[[Back to top]](#)