Skip to main content

LoadAccountsTaskTaskReturnsInner

Properties

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

Examples

  • Prepare the resource
$LoadAccountsTaskTaskReturnsInner = Initialize-PSSailpoint.BetaLoadAccountsTaskTaskReturnsInner  -DisplayLabel TASK_OUT_ACCOUNT_AGGREGATION_APPLICATIONS `
-AttributeName applications
  • Convert the resource to JSON
$LoadAccountsTaskTaskReturnsInner | ConvertTo-JSON

[Back to top]