userAttributesForFindings

@JvmName(name = "rbogacxtxunckrmc")
suspend fun userAttributesForFindings(value: Output<List<AssessmentTemplateTagArgs>>)
@JvmName(name = "jtrxevrhhqtpqdgp")
suspend fun userAttributesForFindings(value: List<AssessmentTemplateTagArgs>?)

Parameters

value

The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. Within an assessment template, each key must be unique.


@JvmName(name = "mexlqmgspgrjwegj")
suspend fun userAttributesForFindings(vararg values: Output<AssessmentTemplateTagArgs>)


@JvmName(name = "vdgayeclyucjrdcc")
suspend fun userAttributesForFindings(values: List<Output<AssessmentTemplateTagArgs>>)
@JvmName(name = "ybfshoyovsjtkxlv")
suspend fun userAttributesForFindings(vararg values: AssessmentTemplateTagArgs)

Parameters

values

The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. Within an assessment template, each key must be unique.


@JvmName(name = "jjeniqahshdinikv")
suspend fun userAttributesForFindings(argument: List<suspend AssessmentTemplateTagArgsBuilder.() -> Unit>)
@JvmName(name = "scenowpjhhcrxpdg")
suspend fun userAttributesForFindings(vararg argument: suspend AssessmentTemplateTagArgsBuilder.() -> Unit)
@JvmName(name = "ryfxexrdqhkphgmk")
suspend fun userAttributesForFindings(argument: suspend AssessmentTemplateTagArgsBuilder.() -> Unit)

Parameters

argument

The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. Within an assessment template, each key must be unique.