Skip to main content

SendClassifyMachineAccountV1200Response

Properties

NameTypeDescriptionNotes
IsMachineBooleanIndicates if account is classified as machine[optional] [default to $false]

Examples

  • Prepare the resource
$SendClassifyMachineAccountV1200Response = Initialize-SendClassifyMachineAccountV1200Response  -IsMachine true
  • Convert the resource to JSON
$SendClassifyMachineAccountV1200Response | ConvertTo-JSON

[Back to top]