MitigationActionType

public enum MitigationActionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case updateDeviceCertificate = "UPDATE_DEVICE_CERTIFICATE"
  • Undocumented

    Declaration

    Swift

    case updateCaCertificate = "UPDATE_CA_CERTIFICATE"
  • Undocumented

    Declaration

    Swift

    case addThingsToThingGroup = "ADD_THINGS_TO_THING_GROUP"
  • Undocumented

    Declaration

    Swift

    case replaceDefaultPolicyVersion = "REPLACE_DEFAULT_POLICY_VERSION"
  • Undocumented

    Declaration

    Swift

    case enableIotLogging = "ENABLE_IOT_LOGGING"
  • Undocumented

    Declaration

    Swift

    case publishFindingToSns = "PUBLISH_FINDING_TO_SNS"
  • Declaration

    Swift

    public var description: String { get }