IntegrationType
public enum IntegrationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case sendFindingsToSecurityHub = "SEND_FINDINGS_TO_SECURITY_HUB" -
Undocumented
Declaration
Swift
case receiveFindingsFromSecurityHub = "RECEIVE_FINDINGS_FROM_SECURITY_HUB" -
Declaration
Swift
public var description: String { get }
View on GitHub
IntegrationType Enumeration Reference