Skip to main content

ServiceAccountUpdateRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ServiceAccountUpdateRequestBody.json
activeboolean
namestring

Possible values: non-empty

ServiceAccountUpdateRequestBody
{
"$schema": "https://example.com/schemas/ServiceAccountUpdateRequestBody.json",
"active": true,
"name": "string"
}