ArtifactLocation

io.shiftleft.semanticcpg.sarif.v2_1_0.Schema.ArtifactLocation
final case class ArtifactLocation(uri: Option[URI], uriBaseId: Option[String]) extends ArtifactLocation

Specifies the location of an artifact.

Value parameters

uri

A string containing a valid relative or absolute URI.

uriBaseId

A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product