Update Service App
Updates a specific VMware service application.
serviceAppId
serviceAppId
{
    "id": "string",
    "name": "string",
    "clientId": "string",
    "clientSecret": "string",
    "orgId": "string",
    "accessTokenTTL": 0,
    "accessTokenExpiration": "string",
    "enabled": false,
    "authorizationUrl": "https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize"
}The unique ID for the service application. This field is read-only.
The name of the service application
The client ID
The client secret
The external organization id of the service application
The read-only time-to-live of the access token in seconds.
The read-only expiration date of the access token.
Whether the application is currently enabled.
The authorization URL for the application.
OK
{
    "id": "string",
    "name": "string",
    "clientId": "string",
    "clientSecret": "string",
    "orgId": "string",
    "accessTokenTTL": 0,
    "accessTokenExpiration": "string",
    "enabled": false,
    "authorizationUrl": "https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize"
}The unique ID for the service application. This field is read-only.
The name of the service application
The client ID
The client secret
The external organization id of the service application
The read-only time-to-live of the access token in seconds.
The read-only expiration date of the access token.
Whether the application is currently enabled.
The authorization URL for the application.
Invalid configuration.
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}minorErrorCode
message
stackTrace
The specified resource was not found
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}minorErrorCode
message
stackTrace
