SubjectAccessReviewStatus

final case class SubjectAccessReviewStatus(allowed: Boolean, denied: Option[Boolean], evaluationError: Option[String], reason: Option[String])

SubjectAccessReviewStatus

Source:
SubjectAccessReviewStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms allowed to result of function

transforms allowed to result of function

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

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

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

Source:
SubjectAccessReviewStatus.scala

Returns a new data with allowed set to new value

Returns a new data with allowed set to new value

Source:
SubjectAccessReviewStatus.scala

Returns a new data with denied set to new value

Returns a new data with denied set to new value

Source:
SubjectAccessReviewStatus.scala

Returns a new data with evaluationError set to new value

Returns a new data with evaluationError set to new value

Source:
SubjectAccessReviewStatus.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
SubjectAccessReviewStatus.scala

Inherited methods

Inherited from:
Product