Interface GkeHubFleetDefaultClusterConfigSecurityPostureConfig

    • Method Detail

      • getMode

        @Stability(Stable)
        @Nullable
        default String getMode()
        Sets which mode to use for Security Posture features. Possible values: ["DISABLED", "BASIC", "ENTERPRISE"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_fleet#mode GkeHubFleet#mode}

      • getVulnerabilityMode

        @Stability(Stable)
        @Nullable
        default String getVulnerabilityMode()
        Sets which mode to use for vulnerability scanning. Possible values: ["VULNERABILITY_DISABLED", "VULNERABILITY_BASIC", "VULNERABILITY_ENTERPRISE"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_fleet#vulnerability_mode GkeHubFleet#vulnerability_mode}