Values.AdministrativeOverrideSourceInformation about the override status applied to a target.
type nonrec t = {state : TargetAdministrativeOverrideStateEnum.t option;The state of the override.
*)reason : TargetAdministrativeOverrideReasonEnum.t option;The reason code for the state.
*)description : Description.t option;A description of the override state that provides additional details.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Description.t ]) list ]