[{"label":"Latest (v1.0)","version":"latest"}]
csp

ClientSecretOwnerRotationRequest

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


Properties

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

The new secret of the organization OAuth Application.


integer 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

JSON Example

{
	"newClientSecret": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Parameter To

Set New Client Secret via Owner Client Rotation By Organization ID And Application ID

Feedback

Was this page helpful?