Skip to main content

AccessProfileUsage

Properties

NameTypeDescriptionNotes
AccessProfileIdStringID of the Access Profile that is in use[optional]
UsedBy[]AccessProfileUsageUsedByInnerList of references to objects which are using the indicated Access Profile[optional]

Examples

  • Prepare the resource
$AccessProfileUsage = Initialize-PSSailpoint.V2024AccessProfileUsage  -AccessProfileId 2c91808876438bbb017668c21919ecca `
-UsedBy null
  • Convert the resource to JSON
$AccessProfileUsage | ConvertTo-JSON

[Back to top]