Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/RoleInsightsIdentities.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1013 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
role-insights-identities RoleInsightsIdentities RoleInsightsIdentities RoleInsightsIdentities powershellsdk
powershell
PowerShell
sdk
RoleInsightsIdentities
/tools/sdk/powershell/beta/models/role-insights-identities
SDK
Software Development Kit
RoleInsightsIdentities

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]