INPUT_OBJECT

RotateExtensionSecretsInput

RotateExtensionSecretsInput includes the necessary parameters for creating a new extension secrets.

link GraphQL Schema definition

1input RotateExtensionSecretsInput {
4
2# Delay is the time delay in seconds between creation & activation of the secret.
3delaySeconds: Int!
7
5# extensionID to generate a the secret for.
6extensionID: ID!
8}