SubjectAccessReviewStatusPointer

io.k8s.api.authorization.v1.SubjectAccessReviewStatusPointer

Pointer for SubjectAccessReviewStatus

Attributes

Source
SubjectAccessReviewStatusPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def allowed: Plain[Boolean]
def denied: Plain[Boolean]
def reason: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product