adding docs back with new ids

This commit is contained in:
darrell-thobe-sp
2025-01-27 16:01:17 -05:00
parent 90087c5d3f
commit b4a279954e
2823 changed files with 130835 additions and 78 deletions

View File

@@ -0,0 +1,39 @@
---
id: identity-document-all-of-manager
title: IdentityDocumentAllOfManager
pagination_label: IdentityDocumentAllOfManager
sidebar_label: IdentityDocumentAllOfManager
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityDocumentAllOfManager']
slug: /tools/sdk/powershell/v2024/models/identity-document-all-of-manager
tags: ['SDK', 'Software Development Kit', 'IdentityDocumentAllOfManager']
---
# IdentityDocumentAllOfManager
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | ID of identity's manager. | [optional]
**Name** | Pointer to **String** | Name of identity's manager. | [optional]
**DisplayName** | Pointer to **String** | Display name of identity's manager. | [optional]
## Examples
- Prepare the resource
```powershell
$IdentityDocumentAllOfManager = Initialize-PSSailpoint.V2024IdentityDocumentAllOfManager -Id 2c9180867dfe694b017e208e27c05799 `
-Name Amanda.Ross `
-DisplayName Amanda.Ross
```
- Convert the resource to JSON
```powershell
$IdentityDocumentAllOfManager | ConvertTo-JSON
```
[[Back to top]](#)