DomainConsolidationArgs

data class DomainConsolidationArgs(val matchingAttributesList: Output<List<List<String>>>) : ConvertibleToJava<DomainConsolidationArgs>

A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.

Constructors

Link copied to clipboard
constructor(matchingAttributesList: Output<List<List<String>>>)

Properties

Link copied to clipboard

A list of matching criteria.

Functions

Link copied to clipboard
open override fun toJava(): DomainConsolidationArgs