mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
914 B
914 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-base-document | BaseDocument | BaseDocument | BaseDocument | powershellsdk |
|
/tools/sdk/powershell/v2025/models/base-document |
|
BaseDocument
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of the referenced object. | [required] |
| Name | String | The human readable name of the referenced object. | [required] |
Examples
- Prepare the resource
$BaseDocument = Initialize-PSSailpoint.V2025BaseDocument -Id 2c91808375d8e80a0175e1f88a575222 `
-Name john.doe
- Convert the resource to JSON
$BaseDocument | ConvertTo-JSON