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-LoadentitlementtaskReturnsInner  -DisplayLabel TASK_OUT_ACCOUNT_GROUP_AGGREGATION_APPLICATIONS `
-AttributeName applications
  • Convert the resource to JSON
$LoadentitlementtaskReturnsInner | ConvertTo-JSON

[Back to top]