NSX-T Data Center REST API

Oauth2Credentials (type)

{
  "additionalProperties": false,
  "id": "Oauth2Credentials",
  "module_id": "ApplianceModes",
  "properties": {
    "client_id": {
      "description": "Client ID, that will be used for authentication in AWS environment,",
      "required": true,
      "title": "Client ID",
      "type": "string"
    },
    "client_secret": {
      "description": "Client secret, that will be used for authentication in AWS environment. Can be some passphrase.",
      "required": true,
      "sensitive": true,
      "title": "Client Secret",
      "type": "string"
    }
  },
  "title": "Oauth2 Account Credentials",
  "type": "object"
}