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

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

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-V2025RoleMiningPotentialRoleApplication  -Id {id=2c9180877212632a017228d5a796292b} `
 -Name {name=Slack}
  • Convert the resource to JSON
$RoleMiningPotentialRoleApplication | ConvertTo-JSON

[Back to top]