mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-profile-usage-used-by-inner | AccessProfileUsageUsedByInner | AccessProfileUsageUsedByInner | AccessProfileUsageUsedByInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-profile-usage-used-by-inner |
|
AccessProfileUsageUsedByInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "ROLE" ] | DTO type of role using the access profile. | [optional] |
| Id | String | ID of role using the access profile. | [optional] |
| Name | String | Display name of role using the access profile. | [optional] |
Examples
- Prepare the resource
$AccessProfileUsageUsedByInner = Initialize-V2024AccessProfileUsageUsedByInner -Type ROLE `
-Id 2c8180857a9b3da0017aa03418480f9d `
-Name Manager Role
- Convert the resource to JSON
$AccessProfileUsageUsedByInner | ConvertTo-JSON