mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: beta-role-insights-role
|
||||
title: RoleInsightsRole
|
||||
pagination_label: RoleInsightsRole
|
||||
sidebar_label: RoleInsightsRole
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleInsightsRole', 'BetaRoleInsightsRole']
|
||||
slug: /tools/sdk/powershell/beta/models/role-insights-role
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleInsightsRole', 'BetaRoleInsightsRole']
|
||||
---
|
||||
|
||||
|
||||
# RoleInsightsRole
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | Pointer to **String** | Role name | [optional]
|
||||
**Id** | Pointer to **String** | Role id | [optional]
|
||||
**Description** | Pointer to **String** | Role description | [optional]
|
||||
**OwnerName** | Pointer to **String** | Role owner name | [optional]
|
||||
**OwnerId** | Pointer to **String** | Role owner id | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleInsightsRole = Initialize-PSSailpoint.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
|
||||
```powershell
|
||||
$RoleInsightsRole | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user