Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 788 Bytes

File metadata and controls

25 lines (19 loc) · 788 Bytes

AccessTokenErrorResponse

Properties

Name Type Description Notes
VarError String Error type [optional]
ErrorCode String Error code [optional]
ErrorDescription String Error description [optional]

Examples

  • Prepare the resource
$AccessTokenErrorResponse = Initialize-PSAdGuardDNSAccessTokenErrorResponse  -VarError unauthorized `
 -ErrorCode 2fa_required `
 -ErrorDescription 2FA is required
  • Convert the resource to JSON
$AccessTokenErrorResponse | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]