Create Csp Org Uber Oauth App
Create the Uber OAuth App for the specified organization. This Uber Oauth App will be used by Cloud Director Service to create, delete, and update other OAuth Apps needed to setup SSO to Cloud Director Instances. Note: Invoking this will result in a server-to-server OAuth App with Organization Owner role being created in VMware Cloud Service Platform.
URN ID of a CSP organization
The OAuth App used to create/update other OAuth Apps within this organization.
{
"appId": "string",
"appSecret": "string"
}
ID of the OAuth App as known to CSP.
The app secret for this OAuth App. This cannot be retrieved, only updated.
Bad Request
{
"code": "string",
"messageParameters": [
{}
],
"message": "string",
"localizedMessage": "string",
"type": "string",
"errors": [
"Error Object"
]
}
Error code. It will be of format VCDC_some-number
messageParameters
Detailed error message.
Localized error message.
Type of error.