mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-identity-document-all-of-source | IdentityDocumentAllOfSource | IdentityDocumentAllOfSource | IdentityDocumentAllOfSource | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-document-all-of-source |
|
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
$IdentityDocumentAllOfSource = Initialize-PSSailpoint.V2024IdentityDocumentAllOfSource -Id 2c91808b6e9e6fb8016eec1a2b6f7b5f `
-Name ODS-HR-Employees
- Convert the resource to JSON
$IdentityDocumentAllOfSource | ConvertTo-JSON