Skip to main content

LoadEntitlementTaskReturnsInner

Properties

NameTypeDescriptionNotes
DisplayLabelStringThe display label for the return value[optional]
AttributeNameStringThe attribute name for the return value[optional]

Examples

  • Prepare the resource
$LoadEntitlementTaskReturnsInner = Initialize-PSSailpoint.V2024LoadEntitlementTaskReturnsInner  -DisplayLabel TASK_OUT_ACCOUNT_GROUP_AGGREGATION_APPLICATIONS `
-AttributeName applications
  • Convert the resource to JSON
$LoadEntitlementTaskReturnsInner | ConvertTo-JSON

[Back to top]