SubjectAccessReviewStatus

io.k8s.api.authorization.v1.SubjectAccessReviewStatus
See theSubjectAccessReviewStatus companion object
final case class SubjectAccessReviewStatus(allowed: Boolean, denied: Option[Boolean], evaluationError: Option[String], reason: Option[String])

SubjectAccessReviewStatus

Attributes

Companion:
object
Source:
SubjectAccessReviewStatus.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms allowed to result of function

transforms allowed to result of function

Attributes

Source:
SubjectAccessReviewStatus.scala

if denied has a value, transforms to the result of function

if denied has a value, transforms to the result of function

Attributes

Source:
SubjectAccessReviewStatus.scala

if evaluationError has a value, transforms to the result of function

if evaluationError has a value, transforms to the result of function

Attributes

Source:
SubjectAccessReviewStatus.scala

if reason has a value, transforms to the result of function

if reason has a value, transforms to the result of function

Attributes

Source:
SubjectAccessReviewStatus.scala

Returns a new data with allowed set to new value

Returns a new data with allowed set to new value

Attributes

Source:
SubjectAccessReviewStatus.scala

Returns a new data with denied set to new value

Returns a new data with denied set to new value

Attributes

Source:
SubjectAccessReviewStatus.scala

Returns a new data with evaluationError set to new value

Returns a new data with evaluationError set to new value

Attributes

Source:
SubjectAccessReviewStatus.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
SubjectAccessReviewStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product