Skip to main content

ListPersonalAccessTokensV1429Response

Properties

NameTypeDescriptionNotes
MessageAnyTypeA message describing the error[optional]

Examples

  • Prepare the resource
$ListPersonalAccessTokensV1429Response = Initialize-ListPersonalAccessTokensV1429Response  -Message  Rate Limit Exceeded 
  • Convert the resource to JSON
$ListPersonalAccessTokensV1429Response | ConvertTo-JSON

[Back to top]