TenantInformationMedia
TenantInformationMedia
Request information for tenant creation
JSON Example
{
"tenant_name": "vmware",
"client_id": "my-auth-grant-client1",
"client_secret": "my-auth-grant-client1-secret"
}
string
tenant_name
Required
Id or name of the tenant
string
client_id
Optional
OAuth 2.0 Client identifier that the client uses to identify itself during the OAuth2 exchanges.
string
client_secret
Optional
OAuth 2.0 Client secret. An auto-generated secret will be returned. For additional security, stored secret will not be returned in get/update API responses Secret field is mandatory in Authorization Code and Client Credentials Grant flows.