UserHierarchyStructureHierarchyStructureArgs

data class UserHierarchyStructureHierarchyStructureArgs(val levelFive: Output<UserHierarchyStructureHierarchyStructureLevelFiveArgs>? = null, val levelFour: Output<UserHierarchyStructureHierarchyStructureLevelFourArgs>? = null, val levelOne: Output<UserHierarchyStructureHierarchyStructureLevelOneArgs>? = null, val levelThree: Output<UserHierarchyStructureHierarchyStructureLevelThreeArgs>? = null, val levelTwo: Output<UserHierarchyStructureHierarchyStructureLevelTwoArgs>? = null) : ConvertibleToJava<UserHierarchyStructureHierarchyStructureArgs>

Properties

Link copied to clipboard

A block that defines the details of level five. The level block is documented below. Each level block supports the following arguments:

Link copied to clipboard

A block that defines the details of level four. The level block is documented below.

Link copied to clipboard

A block that defines the details of level one. The level block is documented below.

Link copied to clipboard

A block that defines the details of level three. The level block is documented below.

Link copied to clipboard

A block that defines the details of level two. The level block is documented below.

Functions

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