Skip to main content

SendClassifyMachineAccount200Response

Properties

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

Examples

  • Prepare the resource
$SendClassifyMachineAccount200Response = Initialize-PSSailpoint.V2024SendClassifyMachineAccount200Response  -IsMachine true
  • Convert the resource to JSON
$SendClassifyMachineAccount200Response | ConvertTo-JSON

[Back to top]