Module Values.ServiceNowProviderConfigurationSource

The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM.

Sourcetype nonrec t = {
  1. instanceName : NonEmptyString.t;
    (*

    The instance name of ServiceNow ITSM.

    *)
  2. secretArn : NonEmptyString.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.

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