Module Values.DeleteADAssessmentRequestSource

Deletes a directory assessment and all associated data. This operation permanently removes the assessment results, validation reports, and configuration information. You cannot delete system-initiated assessments. You can delete customer-created assessments even if they are in progress.

Sourcetype nonrec t = {
  1. assessmentId : AssessmentId.t;
    (*

    The unique identifier of the directory assessment to delete.

    *)
}
Sourceval context_ : string
Sourceval make : assessmentId:AssessmentId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssessmentId.t ]) 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