Module Values_2.AccessScopeAnalysisFindingSource

Describes a finding for a Network Access Scope.

Sourcetype nonrec t = {
  1. networkInsightsAccessScopeAnalysisId : Values_1.NetworkInsightsAccessScopeAnalysisId.t option;
    (*

    The ID of the Network Access Scope analysis.

    *)
  2. networkInsightsAccessScopeId : Values_1.NetworkInsightsAccessScopeId.t option;
    (*

    The ID of the Network Access Scope.

    *)
  3. findingId : Values_0.String_.t option;
    (*

    The ID of the finding.

    *)
  4. findingComponents : Values_1.PathComponentList.t option;
    (*

    The finding components.

    *)
}
Sourceval make : ?networkInsightsAccessScopeAnalysisId:??? -> ?networkInsightsAccessScopeId:??? -> ?findingId:??? -> ?findingComponents:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `List of [> `String of string | `Structure of (string * [> `Integer of int | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `Integer of int | `String of string | `Structure of (string * [> `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Integer of int | `String of string ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `Integer of int | `String of string | `Structure of (string * [> `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ] list | `String of Values_1.NetworkInsightsAccessScopeAnalysisId.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