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

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
access-apps AccessApps AccessApps AccessApps powershellsdk
powershell
PowerShell
sdk
AccessApps
AccessApps
/tools/sdk/powershell/v3/models/access-apps
SDK
Software Development Kit
AccessApps
AccessApps

AccessApps

Properties

Name Type Description Notes
Id String The unique ID of the referenced object. [optional]
Name String Name of application [optional]
Description String Description of application. [optional]
Owner AccessAppsOwner [optional]

Examples

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

[Back to top]