Build Provenance Args
constructor(buildOptions: Output<Map<String, String>>? = null, builderVersion: Output<String>? = null, builtArtifacts: Output<List<ArtifactArgs>>? = null, commands: Output<List<CommandArgs>>? = null, createTime: Output<String>? = null, creator: Output<String>? = null, endTime: Output<String>? = null, id: Output<String>, logsUri: Output<String>? = null, project: Output<String>? = null, sourceProvenance: Output<SourceArgs>? = null, startTime: Output<String>? = null, triggerId: Output<String>? = null)