Skip to main content

GetCommonAccessV1401Response

Properties

NameTypeDescriptionNotes
VarErrorAnyTypeA message describing the error[optional]

Examples

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

[Back to top]