ClientSecretOwnerRotationRequest

ClientSecretOwnerRotationRequest
ClientSecretOwnerRotationRequest

The request body to set new secret and secret rotation expiration for the OAuth Application.

JSON Example
{
    "newClientSecret": "string",
    "secretRotationExpirationInSeconds": 0
}
string As (?=.{8,})(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#$%^&*()_+=\[\]-{|}',./:;<>?`~]).*
newClientSecret
Required

The new secret of the organization OAuth Application.

integer As int32 As int32
secretRotationExpirationInSeconds
Optional

The secret rotation expiration in seconds. The old OAuth Application secret will expire after it. If not specified, the default expiration time is 48 hours.
allowEmptyValue: true