RegenerateClientRequest

RegenerateClientRequest
RegenerateClientRequest

Revoke client and generate new client request.Asset Id or Client Id is required as input. Asset id or client id can be fetched from Oauth App search api.

JSON Example
{
    "tenant_id": "string",
    "asset_id": "string",
    "client_id": "string"
}
string
tenant_id
Required

Id of the owner tenant in which Oauth App is created

string
asset_id
Optional

Asset id of Oauth App. Asset Id or Client Id is required, if both provided Asset Id will be considered for processing.

string
client_id
Optional

Client id of Oauth App. Client Id or Asset Id is required.

Parameter To