mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
937 B
937 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-base-reference-dto1 | BaseReferenceDto1 | BaseReferenceDto1 | BaseReferenceDto1 | powershellsdk |
|
/tools/sdk/powershell/beta/models/base-reference-dto1 |
|
BaseReferenceDto1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | the application ID | [optional] |
| Name | String | the application name | [optional] |
Examples
- Prepare the resource
$BaseReferenceDto1 = Initialize-PSSailpoint.BetaBaseReferenceDto1 -Id ff8081814d977c21014da056804a0af3 `
-Name Github
- Convert the resource to JSON
$BaseReferenceDto1 | ConvertTo-JSON