case class UserSubject(name: String) extends Product with Serializable
UserSubject holds detailed information for user-kind subject.
- name
name
is the username that matches, or "*" to match all usernames. Required.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserSubject
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
UserSubject(name: String)
- name
name
is the username that matches, or "*" to match all usernames. Required.
Value Members
-
def
getName: IO[K8sFailure, String]
name
is the username that matches, or "*" to match all usernames.name
is the username that matches, or "*" to match all usernames. Required.This effect always succeeds, it is safe to use the field name directly.
- val name: String