Module Values.EnableCAEnrollmentPolicyRequestSource

Contains the inputs for the EnableCAEnrollmentPolicy operation.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the directory for which to enable the CA enrollment policy.

    *)
  2. pcaConnectorArn : PcaConnectorArn.t;
    (*

    The Amazon Resource Name (ARN) of the Private Certificate Authority (PCA) connector to use for automatic certificate enrollment. This connector must be properly configured and accessible from the directory. The ARN format is: arn:aws:pca-connector-ad:region:account-id:connector/connector-id

    *)
}
Sourceval context_ : string
Sourceval make : directoryId:DirectoryId.t -> pcaConnectorArn:PcaConnectorArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.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