Values.CreateTicketV2RequestSourceGrants permission to create a ticket in the chosen ITSM based on finding information for the provided finding metadata UID.
type nonrec t = {connectorId : NonEmptyString.t;The UUID of the connectorV2 to identify connectorV2 resource.
*)findingMetadataUid : NonEmptyString.t;The the unique ID for the finding.
*)clientToken : ClientToken.t option;The client idempotency token.
*)mode : TicketCreationMode.t option;The mode for ticket creation. When set to DRYRUN, the ticket is created using a Security Hub owned template test finding to verify the integration is working correctly.
*)}val make :
?clientToken:??? ->
?mode:??? ->
connectorId:NonEmptyString.t ->
findingMetadataUid:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]