Module Values_0.UpdateDeviceCertificateParamsSource

Parameters to define a mitigation action that changes the state of the device certificate to inactive.

Sourcetype nonrec t = {
  1. action : DeviceCertificateUpdateAction.t;
    (*

    The action that you want to apply to the device certificate. The only supported value is DEACTIVATE.

    *)
}
Sourceval context_ : string
Sourceval make : action:DeviceCertificateUpdateAction.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t