Skip to main content

AppAccountDetails

Properties

NameTypeDescriptionNotes
AppIdStringThe source app ID[optional]
AppDisplayNameStringThe source app display name[optional]
SourceAccountAppAccountDetailsSourceAccount[optional]

Examples

  • Prepare the resource
$AppAccountDetails = Initialize-PSSailpoint.V2024AppAccountDetails  -AppId fbf4f72280304f1a8bc808fc2a3bcf7b `
-AppDisplayName AD source app `
-SourceAccount null
  • Convert the resource to JSON
$AppAccountDetails | ConvertTo-JSON

[Back to top]