Module Values.ApiPassthroughSource

Contains X.509 certificate information to be placed in an issued certificate. An APIPassthrough or APICSRPassthrough template variant must be selected, or else this parameter is ignored. If conflicting or duplicate certificate information is supplied from other sources, Amazon Web Services Private CA applies order of operation rules to determine what information is used.

Sourcetype nonrec t = {
  1. extensions : Extensions.t option;
    (*

    Specifies X.509 extension information for a certificate.

    *)
  2. subject : ASN1Subject.t option;
}
Sourceval make : ?extensions:??? -> ?subject:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of String256.t ]) list ]) list ] list | `String of CustomObjectIdentifier.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of CustomObjectIdentifier.t ]) list ] list | `String of CustomObjectIdentifier.t ]) list ]) list ] list | `String of CountryCodeString.t | `Structure of (string * [> `Boolean of Boolean.t ]) 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