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,37 @@
---
id: v2024-identity1
title: Identity1
pagination_label: Identity1
sidebar_label: Identity1
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'Identity1', 'V2024Identity1']
slug: /tools/sdk/powershell/v2024/models/identity1
tags: ['SDK', 'Software Development Kit', 'Identity1', 'V2024Identity1']
---
# Identity1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The ID of the object | [optional]
**Name** | Pointer to **String** | Human-readable display name of the object | [optional]
## Examples
- Prepare the resource
```powershell
$Identity1 = Initialize-PSSailpoint.V2024Identity1 -Id 2c91808380aa05580180aaaaf1940410 `
-Name William Wilson
```
- Convert the resource to JSON
```powershell
$Identity1 | ConvertTo-JSON
```
[[Back to top]](#)