Skip to main content

AccessProfileUsageUsedByInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "ROLE" ]DTO type of role using the access profile.[optional]
IdStringID of role using the access profile.[optional]
NameStringDisplay name of role using the access profile.[optional]

Examples

  • Prepare the resource
$AccessProfileUsageUsedByInner = Initialize-PSSailpoint.V2024AccessProfileUsageUsedByInner  -Type ROLE `
-Id 2c8180857a9b3da0017aa03418480f9d `
-Name Manager Role
  • Convert the resource to JSON
$AccessProfileUsageUsedByInner | ConvertTo-JSON

[Back to top]