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-Roleinsightsidentities  -Id null `
-Name null `
-Attributes null
  • Convert the resource to JSON
$Roleinsightsidentities | ConvertTo-JSON

[Back to top]