Skip to main content

Attributerequest

Properties

NameTypeDescriptionNotes
NameStringAttribute name.[optional]
OpStringOperation to perform on attribute.[optional]
ValueAttributerequestValue[optional]

Examples

  • Prepare the resource
$Attributerequest = Initialize-Attributerequest  -Name groups `
-Op Add `
-Value null
  • Convert the resource to JSON
$Attributerequest | ConvertTo-JSON

[Back to top]