Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/BaseReferenceDto1.md
2025-01-28 13:29:29 -05:00

966 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
v2024-base-reference-dto1 BaseReferenceDto1 BaseReferenceDto1 BaseReferenceDto1 powershellsdk
powershell
PowerShell
sdk
BaseReferenceDto1
V2024BaseReferenceDto1
/tools/sdk/powershell/v2024/models/base-reference-dto1
SDK
Software Development Kit
BaseReferenceDto1
V2024BaseReferenceDto1

BaseReferenceDto1

Properties

Name Type Description Notes
Id Pointer to String the application ID [optional]
Name Pointer to String the application name [optional]

Examples

  • Prepare the resource
$BaseReferenceDto1 = Initialize-PSSailpoint.V2024BaseReferenceDto1  -Id ff8081814d977c21014da056804a0af3 `
 -Name Github
  • Convert the resource to JSON
$BaseReferenceDto1 | ConvertTo-JSON

[Back to top]