SelfSubjectAccessReviewSpec

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

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets nonResourceAttributes.

Gets nonResourceAttributes.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets resourceAttributes.

Gets resourceAttributes.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product