Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningPotentialRoleApplication.md
2025-02-03 22:09:17 +00:00

1.2 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
v2024-role-mining-potential-role-application RoleMiningPotentialRoleApplication RoleMiningPotentialRoleApplication RoleMiningPotentialRoleApplication powershellsdk
powershell
PowerShell
sdk
RoleMiningPotentialRoleApplication
V2024RoleMiningPotentialRoleApplication
/tools/sdk/powershell/v2024/models/role-mining-potential-role-application
SDK
Software Development Kit
RoleMiningPotentialRoleApplication
V2024RoleMiningPotentialRoleApplication

RoleMiningPotentialRoleApplication

Properties

Name Type Description Notes
Id String Id of the application [optional]
Name String Name of the application [optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleApplication = Initialize-PSSailpoint.V2024RoleMiningPotentialRoleApplication  -Id {id=2c9180877212632a017228d5a796292b} `
 -Name {name=Slack}
  • Convert the resource to JSON
$RoleMiningPotentialRoleApplication | ConvertTo-JSON

[Back to top]