Skip to main content

AppEnvironmentDefensiveModeConfigInput

Input for updating defensive mode configuration.

input AppEnvironmentDefensiveModeConfigInput {
challengeType: Int!
connectionThresholdAbsolute: Int
connectionThresholdPercentage: Int
enabled: Boolean!
environmentId: Int!
id: Int!
}

Fields

AppEnvironmentDefensiveModeConfigInput.challengeType ● Int! non-null scalar common

The challenge type to apply.

AppEnvironmentDefensiveModeConfigInput.connectionThresholdAbsolute ● Int scalar common

The absolute connection threshold that triggers defensive mode.

AppEnvironmentDefensiveModeConfigInput.connectionThresholdPercentage ● Int scalar common

The connection threshold percentage that triggers defensive mode.

AppEnvironmentDefensiveModeConfigInput.enabled ● Boolean! non-null scalar common

Whether defensive mode should be enabled.

AppEnvironmentDefensiveModeConfigInput.environmentId ● Int! non-null scalar common

The environment ID.

AppEnvironmentDefensiveModeConfigInput.id ● Int! non-null scalar common

The application ID.

Member Of

updateDefensiveModeConfig mutation