mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: identity-document-all-of-source
|
||||
title: IdentityDocumentAllOfSource
|
||||
pagination_label: IdentityDocumentAllOfSource
|
||||
sidebar_label: IdentityDocumentAllOfSource
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityDocumentAllOfSource']
|
||||
slug: /tools/sdk/powershell/v2024/models/identity-document-all-of-source
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityDocumentAllOfSource']
|
||||
---
|
||||
|
||||
|
||||
# IdentityDocumentAllOfSource
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | ID of identity's source. | [optional]
|
||||
**Name** | Pointer to **String** | Display name of identity's source. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityDocumentAllOfSource = Initialize-PSSailpoint.V2024IdentityDocumentAllOfSource -Id 2c91808b6e9e6fb8016eec1a2b6f7b5f `
|
||||
-Name ODS-HR-Employees
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityDocumentAllOfSource | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user