AppEnvironmentHSTSSettings
Details about the environment's HSTS settings
type AppEnvironmentHSTSSettings {
enabled: Boolean
includeSubdomains: Boolean
maxAge: Int
preload: Boolean
sslEverywhere: Boolean
}
Fields
AppEnvironmentHSTSSettings.enabled ● Boolean scalar common
Whether HSTS is enabled for an App Environment
AppEnvironmentHSTSSettings.includeSubdomains ● Boolean scalar common
Whether the header includes the includesSubdomains directive
AppEnvironmentHSTSSettings.maxAge ● Int scalar common
The value of the max-age directive
AppEnvironmentHSTSSettings.preload ● Boolean scalar common
Whether the header includes the preload directive
AppEnvironmentHSTSSettings.sslEverywhere ● Boolean scalar common
Whether the App Environment enforces HTTPS everywhere
Member Of
AppEnvironment object