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