PolicyIeMapArgs

data class PolicyIeMapArgs(val account: Output<List<String>>? = null, val orgunit: Output<List<String>>? = null) : ConvertibleToJava<PolicyIeMapArgs>

An FMS includeMap or excludeMap.

Constructors

Link copied to clipboard
constructor(account: Output<List<String>>? = null, orgunit: Output<List<String>>? = null)

Properties

Link copied to clipboard
val account: Output<List<String>>? = null

The account list for the map.

Link copied to clipboard
val orgunit: Output<List<String>>? = null

The organizational unit list for the map.

Functions

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