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

1.2 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-role RoleInsightsRole RoleInsightsRole RoleInsightsRole powershellsdk
powershell
PowerShell
sdk
RoleInsightsRole
BetaRoleInsightsRole
/tools/sdk/powershell/beta/models/role-insights-role
SDK
Software Development Kit
RoleInsightsRole
BetaRoleInsightsRole

RoleInsightsRole

Properties

Name Type Description Notes
Name String Role name [optional]
Id String Role id [optional]
Description String Role description [optional]
OwnerName String Role owner name [optional]
OwnerId String Role owner id [optional]

Examples

  • Prepare the resource
$RoleInsightsRole = Initialize-BetaRoleInsightsRole  -Name Software Engineer `
 -Id 1467e61e-f284-439c-ba2d-c6cc11cf0941 `
 -Description Person who develops software `
 -OwnerName Bob `
 -OwnerId 1467e61e-f284-439c-ba2d-c6cc11cf0941
  • Convert the resource to JSON
$RoleInsightsRole | ConvertTo-JSON

[Back to top]