Skip to main content

AccessApps

Properties

NameTypeDescriptionNotes
IdStringThe unique ID of the referenced object.[optional]
NameStringName of application[optional]
DescriptionStringDescription of application.[optional]
OwnerAccessAppsOwner[optional]

Examples

  • Prepare the resource
$AccessApps = Initialize-PSSailpoint.V3AccessApps  -Id 2c91808568c529c60168cca6f90c1313 `
-Name Travel and Expense `
-Description Travel and Expense Application `
-Owner null
  • Convert the resource to JSON
$AccessApps | ConvertTo-JSON

[Back to top]