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,35 @@
---
id: v2024-certification-signed-off
title: CertificationSignedOff
pagination_label: CertificationSignedOff
sidebar_label: CertificationSignedOff
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'CertificationSignedOff', 'V2024CertificationSignedOff']
slug: /tools/sdk/powershell/v2024/models/certification-signed-off
tags: ['SDK', 'Software Development Kit', 'CertificationSignedOff', 'V2024CertificationSignedOff']
---
# CertificationSignedOff
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Certification** | [**CertificationSignedOffCertification**](certification-signed-off-certification) | | [required]
## Examples
- Prepare the resource
```powershell
$CertificationSignedOff = Initialize-PSSailpoint.V2024CertificationSignedOff -Certification null
```
- Convert the resource to JSON
```powershell
$CertificationSignedOff | ConvertTo-JSON
```
[[Back to top]](#)