AuthClientRegistrationRequest
displayNamestringrequired
Possible values: non-empty
scopesstring[]required
organizationIdstringnullable
ownerTypeOAuthClientOwnerType (string)
Possible values: [PLATFORM, CUSTOMER]
createdByUserIdstringnullable
agentIdstringnullable
appIdstringnullable
AuthClientRegistrationRequest
{
"displayName": "string",
"scopes": [
"string"
],
"organizationId": "string",
"ownerType": "PLATFORM",
"createdByUserId": "string",
"agentId": "string",
"appId": "string"
}