Skip to main content

RoleInsightsIdentities

Properties

NameTypeDescriptionNotes
IdStringId for identity[optional]
NameStringName for identity[optional]
Attributesmap[string]String[optional]

Examples

  • Prepare the resource
$RoleInsightsIdentities = Initialize-PSSailpoint.V2024RoleInsightsIdentities  -Id null `
-Name null `
-Attributes null
  • Convert the resource to JSON
$RoleInsightsIdentities | ConvertTo-JSON

[Back to top]