properties
suspend fun properties(value: Output<List<OrganizationCustomModuleCustomConfigCustomOutputPropertyArgs>>)
Parameters
value
A list of custom output properties to add to the finding. Structure is documented below.
suspend fun properties(vararg values: Output<OrganizationCustomModuleCustomConfigCustomOutputPropertyArgs>)
suspend fun properties(values: List<Output<OrganizationCustomModuleCustomConfigCustomOutputPropertyArgs>>)
Parameters
values
A list of custom output properties to add to the finding. Structure is documented below.
suspend fun properties(argument: List<suspend OrganizationCustomModuleCustomConfigCustomOutputPropertyArgsBuilder.() -> Unit>)
suspend fun properties(vararg argument: suspend OrganizationCustomModuleCustomConfigCustomOutputPropertyArgsBuilder.() -> Unit)
suspend fun properties(argument: suspend OrganizationCustomModuleCustomConfigCustomOutputPropertyArgsBuilder.() -> Unit)
Parameters
argument
A list of custom output properties to add to the finding. Structure is documented below.