External Property File References
References to external property files that should be inlined with the content of a root log file.
Properties
Link copied to clipboard
An array of external property files containing run.addresses arrays to be merged with the root log file.
Link copied to clipboard
An array of external property files containing run.artifacts arrays to be merged with the root log file.
Link copied to clipboard
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
Link copied to clipboard
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
Link copied to clipboard
An array of external property files containing run.extensions arrays to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "externalizedProperties" )
@Expose
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
Link copied to clipboard
An array of external property files containing a run.graphs object to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "invocations" )
@Expose
An array of external property files containing run.invocations arrays to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "logicalLocations" )
@Expose
An array of external property files containing run.logicalLocations arrays to be merged with the root log file.
Link copied to clipboard
An array of external property files containing run.policies arrays to be merged with the root log file.
Link copied to clipboard
Key/value pairs that provide additional information about the object.
Link copied to clipboard
An array of external property files containing run.results arrays to be merged with the root log file.
Link copied to clipboard
An array of external property files containing run.taxonomies arrays to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "threadFlowLocations" )
@Expose
An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "translations" )
@Expose
An array of external property files containing run.translations arrays to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "webRequests" )
@Expose
An array of external property files containing run.requests arrays to be merged with the root log file.
Link copied to clipboard
@SerializedName(value = "webResponses" )
@Expose
An array of external property files containing run.responses arrays to be merged with the root log file.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withAddresses(addresses: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withArtifacts(artifacts: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withExtensions(extensions: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withExternalizedProperties(externalizedProperties: ExternalPropertyFileReference): ExternalPropertyFileReferences
Link copied to clipboard
Link copied to clipboard
open fun withInvocations(invocations: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withLogicalLocations(logicalLocations: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withTaxonomies(taxonomies: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withThreadFlowLocations(threadFlowLocations: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withTranslations(translations: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withWebRequests(webRequests: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences
Link copied to clipboard
open fun withWebResponses(webResponses: Set<ExternalPropertyFileReference>): ExternalPropertyFileReferences