Skip to main content

AccountrequestResult

Properties

NameTypeDescriptionNotes
Errors[]StringError message.[optional]
StatusStringThe status of the account request[optional]
TicketIdStringID of associated ticket.[optional]

Examples

  • Prepare the resource
$AccountrequestResult = Initialize-AccountrequestResult  -Errors null `
-Status failed `
-TicketId null
  • Convert the resource to JSON
$AccountrequestResult | ConvertTo-JSON

[Back to top]