relatedUris

@JvmName(name = "treknktgevorabbn")
suspend fun relatedUris(value: Output<List<RelatedUrlArgs>>)
@JvmName(name = "patnbcqdixjahntt")
suspend fun relatedUris(value: List<RelatedUrlArgs>?)

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 = "tismjdlsfvvdlsxy")
suspend fun relatedUris(vararg values: Output<RelatedUrlArgs>)


@JvmName(name = "rcpyfjhyanhhprbt")
suspend fun relatedUris(values: List<Output<RelatedUrlArgs>>)
@JvmName(name = "dyuvdhvanbsvdfat")
suspend fun relatedUris(vararg values: RelatedUrlArgs)

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 = "wkdrtffiqyxdhdkb")
suspend fun relatedUris(argument: List<suspend RelatedUrlArgsBuilder.() -> Unit>)
@JvmName(name = "rsucjyteiedjrsdi")
suspend fun relatedUris(vararg argument: suspend RelatedUrlArgsBuilder.() -> Unit)
@JvmName(name = "ouuumhxjenrxkpal")
suspend fun relatedUris(argument: suspend RelatedUrlArgsBuilder.() -> 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.