Package org.cdk8s.plus24.k8s
Interface SelfSubjectAccessReviewSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SelfSubjectAccessReviewSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.320Z") @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 class
SelfSubjectAccessReviewSpec.Builder
A builder forSelfSubjectAccessReviewSpec
static class
SelfSubjectAccessReviewSpec.Jsii$Proxy
An implementation forSelfSubjectAccessReviewSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SelfSubjectAccessReviewSpec.Builder
builder()
default NonResourceAttributes
getNonResourceAttributes()
NonResourceAttributes describes information for a non-resource access request.default ResourceAttributes
getResourceAttributes()
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()
-
-