All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.status.InfrastructureAuditStatus Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.status;

public enum InfrastructureAuditStatus {
    INFRA_SCAN_BUSS_COMP_OK,
    INFRA_SCAN_BUSS_COMP_HIGH,
    INFRA_SCAN_BUSS_COMP_CRITICAL,
    INFRA_SEC_SCAN_BUSS_APP_OK,
    INFRA_SEC_SCAN_BUSS_APP_CRITICAL,
    INFRA_SEC_SCAN_BUSS_APP_HIGH,
    INFRA_SEC_SCAN_BUSS_COMP_NOT_FOUND,
    INFRA_SEC_SCAN_BUSS_APP_NOT_FOUND,
    UNAVAILABLE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy