relatedUris

@JvmName(name = "vnejbtxhrhnccwen")
suspend fun relatedUris(value: Output<List<URIArgs>>)
@JvmName(name = "yvgnkbpgomdykacv")
suspend fun relatedUris(value: List<URIArgs>?)

Parameters

value

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.


@JvmName(name = "eealvwkmxthosfwl")
suspend fun relatedUris(vararg values: Output<URIArgs>)


@JvmName(name = "spbmcqouyrndstdq")
suspend fun relatedUris(values: List<Output<URIArgs>>)
@JvmName(name = "kpkglemmqcxwsvqj")
suspend fun relatedUris(vararg values: URIArgs)

Parameters

values

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.


@JvmName(name = "fgwbrfmnxfrqippe")
suspend fun relatedUris(argument: List<suspend URIArgsBuilder.() -> Unit>)
@JvmName(name = "uxemunsajhcyaaxo")
suspend fun relatedUris(vararg argument: suspend URIArgsBuilder.() -> Unit)
@JvmName(name = "imitiperqfssvpvb")
suspend fun relatedUris(argument: suspend URIArgsBuilder.() -> Unit)

Parameters

argument

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.