ServiceAccountCreateRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ServiceAccountCreateRequestBody.jsonnamestringrequired
Display name; slugified into the account's synthetic email
Possible values: non-empty and <= 100 characters
ServiceAccountCreateRequestBody
{
"$schema": "https://example.com/schemas/ServiceAccountCreateRequestBody.json",
"name": "string"
}