Module Values.OrganizationDataSourceConfigurationsResultSource

An object that contains information on which data sources are automatically enabled for new members within the organization.

Sourcetype nonrec t = {
  1. s3Logs : OrganizationS3LogsConfigurationResult.t option;
    (*

    Describes whether S3 data event logs are enabled as a data source.

    *)
  2. kubernetes : OrganizationKubernetesConfigurationResult.t option;
    (*

    Describes the configuration of Kubernetes data sources.

    *)
  3. malwareProtection : OrganizationMalwareProtectionConfigurationResult.t option;
    (*

    Describes the configuration of Malware Protection data source for an organization.

    *)
}
Sourceval make : ?s3Logs:??? -> ?kubernetes:??? -> ?malwareProtection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list ]) list ]) 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