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