[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
OrgOauthAppNewSecretRequest
The request body to set new secret and secret expiration time for the OAuth Application.
Properties
string
newClientSecret
Required
The new client secret of OAuth client.
integer
secretExpirationTimeInSeconds
Required
How much time the previous client secret will last after newClientSecret is set (both will work in that time period, and only the new one after that).
JSON Example
{
"newClientSecret": "string",
"secretExpirationTimeInSeconds": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Parameter To
Update Client Secret
Set New Client Secret By Organization ID And Application ID