Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/BaseReferenceDto1.md
2025-05-07 14:37:48 +00:00

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

BaseReferenceDto1

Properties

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

Examples

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

[Back to top]