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

1.0 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
beta-role-insights-identities RoleInsightsIdentities RoleInsightsIdentities RoleInsightsIdentities powershellsdk
powershell
PowerShell
sdk
RoleInsightsIdentities
BetaRoleInsightsIdentities
/tools/sdk/powershell/beta/models/role-insights-identities
SDK
Software Development Kit
RoleInsightsIdentities
BetaRoleInsightsIdentities

RoleInsightsIdentities

Properties

Name Type Description Notes
Id String Id for identity [optional]
Name String Name for identity [optional]
Attributes map[string]String [optional]

Examples

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

[Back to top]