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-PSSailpoint.V2024AccountRequestResult  -Errors null `
-Status failed `
-TicketId null
  • Convert the resource to JSON
$AccountRequestResult | ConvertTo-JSON

[Back to top]