Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessProfileUsageUsedByInner.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
v2024-access-profile-usage-used-by-inner AccessProfileUsageUsedByInner AccessProfileUsageUsedByInner AccessProfileUsageUsedByInner powershellsdk
powershell
PowerShell
sdk
AccessProfileUsageUsedByInner
V2024AccessProfileUsageUsedByInner
/tools/sdk/powershell/v2024/models/access-profile-usage-used-by-inner
SDK
Software Development Kit
AccessProfileUsageUsedByInner
V2024AccessProfileUsageUsedByInner

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

[Back to top]