Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleInsightsIdentities.md
2025-01-28 13:29:29 -05: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
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 Pointer to String Id for identity [optional]
Name Pointer to String Name for identity [optional]
Attributes Pointer to map[string]String [optional]

Examples

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

[Back to top]