Skip to main content

RoleInsightsRole

Properties

NameTypeDescriptionNotes
NameStringRole name[optional]
IdStringRole id[optional]
DescriptionStringRole description[optional]
OwnerNameStringRole owner name[optional]
OwnerIdStringRole owner id[optional]

Examples

  • Prepare the resource
$RoleInsightsRole = Initialize-PSSailpoint.V2024RoleInsightsRole  -Name Software Engineer `
-Id 1467e61e-f284-439c-ba2d-c6cc11cf0941 `
-Description Person who develops software `
-OwnerName Bob `
-OwnerId 1467e61e-f284-439c-ba2d-c6cc11cf0941
  • Convert the resource to JSON
$RoleInsightsRole | ConvertTo-JSON

[Back to top]