Values.CodeRepositoryDetailsSourceDetails about an external code repository with which you can connect your Amazon Web Services resources. The connection is established through Amazon Inspector.
type nonrec t = {providerType : NonEmptyString.t option;The type of repository provider.
*)projectName : NonEmptyString.t option;The name of the project in the code repository.
*)codeSecurityIntegrationArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the code security integration associated with the repository.
*)}