GetUserHierarchyGroupResult

data class GetUserHierarchyGroupResult(val arn: String, val hierarchyGroupId: String, val hierarchyPaths: List<GetUserHierarchyGroupHierarchyPath>, val id: String, val instanceId: String, val levelId: String, val name: String, val tags: Map<String, String>)

A collection of values returned by getUserHierarchyGroup.

Constructors

Link copied to clipboard
constructor(arn: String, hierarchyGroupId: String, hierarchyPaths: List<GetUserHierarchyGroupHierarchyPath>, id: String, instanceId: String, levelId: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the hierarchy group.

Link copied to clipboard
Link copied to clipboard

Block that contains information about the levels in the hierarchy group. The hierarchy_path block is documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Identifier of the level in the hierarchy group.

Link copied to clipboard

Name of the hierarchy group.

Link copied to clipboard

Map of tags to assign to the hierarchy group.