mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -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', 'IdentityDocumentAllOfManager']
|
||||
slug: /tools/sdk/powershell/v3/models/identity-document-all-of-manager
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityDocumentAllOfManager', '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.V3IdentityDocumentAllOfManager -Id 2c9180867dfe694b017e208e27c05799 `
|
||||
-Name Amanda.Ross `
|
||||
-DisplayName Amanda.Ross
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityDocumentAllOfManager | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user