SelfSubjectAccessReviewSpec

io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec
See theSelfSubjectAccessReviewSpec companion object
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

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
SelfSubjectAccessReviewSpec.scala

Returns a new data with nonResourceAttributes set to new value

Returns a new data with nonResourceAttributes set to new value

Attributes

Source:
SelfSubjectAccessReviewSpec.scala

Returns a new data with resourceAttributes set to new value

Returns a new data with resourceAttributes set to new value

Attributes

Source:
SelfSubjectAccessReviewSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product