c
com.coralogix.zio.k8s.model.authorization.v1
SelfSubjectAccessReviewSpec
Companion object SelfSubjectAccessReviewSpec
case class SelfSubjectAccessReviewSpec(nonResourceAttributes: Optional[NonResourceAttributes] = Optional.Absent, resourceAttributes: Optional[ResourceAttributes] = Optional.Absent) extends Product with Serializable
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelfSubjectAccessReviewSpec
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SelfSubjectAccessReviewSpec(nonResourceAttributes: Optional[NonResourceAttributes] = Optional.Absent, resourceAttributes: Optional[ResourceAttributes] = Optional.Absent)
Value Members
-
def
getNonResourceAttributes: IO[K8sFailure, NonResourceAttributes]
Gets nonResourceAttributes.
Gets nonResourceAttributes.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getResourceAttributes: IO[K8sFailure, ResourceAttributes]
Gets resourceAttributes.
Gets resourceAttributes.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val nonResourceAttributes: Optional[NonResourceAttributes]
- val resourceAttributes: Optional[ResourceAttributes]