Package org.cdk8s.plus25.k8s
Interface SelfSubjectAccessReviewSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SelfSubjectAccessReviewSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.817Z") @Stability(Stable) public interface SelfSubjectAccessReviewSpec extends software.amazon.jsii.JsiiSerializable
SelfSubjectAccessReviewSpec is a description of the access request.Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSelfSubjectAccessReviewSpec.BuilderA builder forSelfSubjectAccessReviewSpecstatic classSelfSubjectAccessReviewSpec.Jsii$ProxyAn implementation forSelfSubjectAccessReviewSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SelfSubjectAccessReviewSpec.Builderbuilder()default NonResourceAttributesgetNonResourceAttributes()NonResourceAttributes describes information for a non-resource access request.default ResourceAttributesgetResourceAttributes()ResourceAuthorizationAttributes describes information for a resource access request.
-
-
-
Method Detail
-
getNonResourceAttributes
@Stability(Stable) @Nullable default NonResourceAttributes getNonResourceAttributes()
NonResourceAttributes describes information for a non-resource access request.
-
getResourceAttributes
@Stability(Stable) @Nullable default ResourceAttributes getResourceAttributes()
ResourceAuthorizationAttributes describes information for a resource access request.
-
builder
@Stability(Stable) static SelfSubjectAccessReviewSpec.Builder builder()
-
-