Module Values.ServiceDetailsSource

Union of service-specific configuration details for service registration.

Sourcetype nonrec t = {
  1. dynatrace : DynatraceServiceDetails.t option;
    (*

    Dynatrace-specific service details.

    *)
  2. servicenow : ServiceNowServiceDetails.t option;
    (*

    ServiceNow-specific service details.

    *)
  3. mcpserverdatadog : DatadogServiceDetails.t option;
    (*

    Datadog MCP server-specific service details.

    *)
  4. mcpserver : MCPServerDetails.t option;
    (*

    MCP server-specific service details.

    *)
  5. gitlab : GitLabDetails.t option;
    (*

    GitLab-specific service details.

    *)
  6. mcpserversplunk : MCPServerDetails.t option;
    (*

    Splunk MCP server-specific service details.

    *)
  7. mcpservernewrelic : NewRelicServiceDetails.t option;
    (*

    New Relic-specific service details.

    *)
  8. eventChannel : EventChannelDetails.t option;
    (*

    Event Channel specific service details.

    *)
  9. mcpservergrafana : GrafanaServiceDetails.t option;
    (*

    Datadog MCP server-specific service details.

    *)
  10. pagerduty : PagerDutyDetails.t option;
    (*

    PagerDuty specific service details.

    *)
  11. azureidentity : RegisteredAzureIdentityDetails.t option;
    (*

    Azure integration with AWS Outbound Identity Federation specific service details.

    *)
}
Sourceval make : ?dynatrace:??? -> ?servicenow:??? -> ?mcpserverdatadog:??? -> ?mcpserver:??? -> ?gitlab:??? -> ?mcpserversplunk:??? -> ?mcpservernewrelic:??? -> ?eventChannel:??? -> ?mcpservergrafana:??? -> ?pagerduty:??? -> ?azureidentity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of DynatraceServiceDetailsAccountUrnString.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of ExchangeParameterValue.t ]) list | `String of DynatraceOAuthClientCredentialsConfigClientNameString.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