Skip to main content

AppEnvironmentHSTSSettingsInput

Variables for the UpdateHSTSSettings mutation

input AppEnvironmentHSTSSettingsInput {
environmentId: Int!
id: Int!
includeSubdomains: Boolean
maxAge: Int
preload: Boolean
}

Fields

AppEnvironmentHSTSSettingsInput.environmentId ● Int! non-null scalar common

The unique ID of the Environment

AppEnvironmentHSTSSettingsInput.id ● Int! non-null scalar common

The unique ID of the Application

AppEnvironmentHSTSSettingsInput.includeSubdomains ● Boolean scalar common

Whether the header should include the includesSubdomains directive

AppEnvironmentHSTSSettingsInput.maxAge ● Int scalar common

The value of the max-age directive

AppEnvironmentHSTSSettingsInput.preload ● Boolean scalar common

Whether the header should include the preload directive

Member Of

updateHSTSSettings mutation