case class Origin(typ: String, name: Option[String] = None) extends Product with Serializable
Indicates why the user has a specific role.
If the type is "user" it means the role is assigned directly to the user. If the type is "group" it means the role is inherited from the group identified by the "name" field.
- typ
the type - "user" or "group"
- name
only present if the type is "group"
- Annotations
- @Volatile()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Origin
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All