Values.CreatePentestOutputSourceOutput for the CreatePentest operation.
type nonrec t = {pentestId : String_.t option;The unique identifier of the created pentest.
*)title : String_.t option;The title of the pentest.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the pentest was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the pentest was last updated, in UTC format.
*)assets : Assets.t option;The assets included in the pentest.
*)excludeRiskTypes : RiskTypeList.t option;The list of risk types excluded from the pentest.
*)serviceRole : ServiceRole.t option;The IAM service role used for the pentest.
*)logConfig : CloudWatchLog.t option;The CloudWatch Logs configuration for the pentest.
*)agentSpaceId : String_.t option;The unique identifier of the agent space that contains the pentest.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `String of String_.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]