ServiceAccountUpdateRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ServiceAccountUpdateRequestBody.jsonactiveboolean
namestring
Possible values: non-empty
ServiceAccountUpdateRequestBody
{
"$schema": "https://example.com/schemas/ServiceAccountUpdateRequestBody.json",
"active": true,
"name": "string"
}