Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/BaseReferenceDto1.md
2025-01-27 16:35:26 -05:00

911 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
powershell
PowerShell
sdk
BaseReferenceDto1
/tools/sdk/powershell/beta/models/base-reference-dto1
SDK
Software Development Kit
BaseReferenceDto1

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.BetaBaseReferenceDto1  -Id ff8081814d977c21014da056804a0af3 `
 -Name Github
  • Convert the resource to JSON
$BaseReferenceDto1 | ConvertTo-JSON

[Back to top]