Skip to main content

SecurityLevelEnum

Canonical security posture preset. CUSTOM is a derived state returned when the org's policy does not match any non-Custom preset bundle — it is NOT applicable via setOrgSecurityLevel. See securityposture.SecurityLevelOf and the preset table in api/internal/securityposture/preset.go.

enum SecurityLevelEnum {
BASIC
STANDARD
HARDENED
MAXIMUM
CUSTOM
}

Values

SecurityLevelEnum.BASIC

SecurityLevelEnum.STANDARD

SecurityLevelEnum.HARDENED

SecurityLevelEnum.MAXIMUM

SecurityLevelEnum.CUSTOM

Member Of

SecurityPostureSummary object ● setOrgSecurityLevel mutation