Skip to main content

GetAuthUserV1401Response

Properties

NameTypeDescriptionNotes
VarErrorAnyTypeA message describing the error[optional]

Examples

  • Prepare the resource
$GetAuthUserV1401Response = Initialize-GetAuthUserV1401Response  -VarError JWT validation failed: JWT is expired
  • Convert the resource to JSON
$GetAuthUserV1401Response | ConvertTo-JSON

[Back to top]