Packages

package models

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Alias extends AnyRef
  2. trait Base extends AnyRef
  3. case class Entity(id: String, name: String, creationTime: OffsetDateTime, lastUpdateTime: OffsetDateTime, policies: List[String] = List.empty, aliases: List[EntityAlias] = List.empty, groups: List[String] = List.empty, directGroups: List[String] = List.empty, inheritedGroups: List[String] = List.empty, namespaceId: String, disabled: Boolean = false, metadata: Map[String, String] = Map.empty) extends Base with Product with Serializable
  4. case class EntityAlias(id: String, canonicalId: String, name: String, creationTime: OffsetDateTime, lastUpdateTime: OffsetDateTime, mountAccessor: String, mountPath: String, mountType: String, metadata: Map[String, String] = Map.empty, mergedFromCanonicalIds: List[String] = List.empty) extends Alias with Product with Serializable
  5. case class Group(id: String, name: String, creationTime: OffsetDateTime, lastUpdateTime: OffsetDateTime, type: Type, policies: List[String] = List.empty, alias: Option[GroupAlias] = None, members: List[String] = List.empty, subgroups: List[String] = List.empty, parentGroups: List[String] = List.empty, namespaceId: String, modifyIndex: Int, metadata: Map[String, String] = Map.empty) extends Base with Product with Serializable
  6. case class GroupAlias(id: String, canonicalId: String, name: String, creationTime: OffsetDateTime, lastUpdateTime: OffsetDateTime, mountAccessor: String, mountPath: String, mountType: String, metadata: Map[String, String] = Map.empty, mergedFromCanonicalIds: List[String] = List.empty) extends Alias with Product with Serializable

Value Members

  1. object Entity extends Serializable
  2. object EntityAlias extends Serializable
  3. object Group extends Serializable
  4. object GroupAlias extends Serializable

Ungrouped