SelfSubjectAccessReviewSpec

final case class SelfSubjectAccessReviewSpec(nonResourceAttributes: Option[NonResourceAttributes], resourceAttributes: Option[ResourceAttributes])

SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

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

Value members

Concrete methods

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

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

Source:
SelfSubjectAccessReviewSpec.scala

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

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

Source:
SelfSubjectAccessReviewSpec.scala

Returns a new data with nonResourceAttributes set to new value

Returns a new data with nonResourceAttributes set to new value

Source:
SelfSubjectAccessReviewSpec.scala

Returns a new data with resourceAttributes set to new value

Returns a new data with resourceAttributes set to new value

Source:
SelfSubjectAccessReviewSpec.scala

Inherited methods

Inherited from:
Product