Package org.cdk8s.plus25.k8s
Class SelfSubjectAccessReviewSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.SelfSubjectAccessReviewSpec.Jsii$Proxy
-
- All Implemented Interfaces:
SelfSubjectAccessReviewSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SelfSubjectAccessReviewSpec
@Stability(Stable) @Internal public static final class SelfSubjectAccessReviewSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SelfSubjectAccessReviewSpec
An implementation forSelfSubjectAccessReviewSpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.SelfSubjectAccessReviewSpec
SelfSubjectAccessReviewSpec.Builder, SelfSubjectAccessReviewSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SelfSubjectAccessReviewSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theSelfSubjectAccessReviewSpec.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NonResourceAttributesgetNonResourceAttributes()NonResourceAttributes describes information for a non-resource access request.ResourceAttributesgetResourceAttributes()ResourceAuthorizationAttributes describes information for a resource access request.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SelfSubjectAccessReviewSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theSelfSubjectAccessReviewSpec.Builder.
-
-
Method Detail
-
getNonResourceAttributes
public final NonResourceAttributes getNonResourceAttributes()
Description copied from interface:SelfSubjectAccessReviewSpecNonResourceAttributes describes information for a non-resource access request.- Specified by:
getNonResourceAttributesin interfaceSelfSubjectAccessReviewSpec
-
getResourceAttributes
public final ResourceAttributes getResourceAttributes()
Description copied from interface:SelfSubjectAccessReviewSpecResourceAuthorizationAttributes describes information for a resource access request.- Specified by:
getResourceAttributesin interfaceSelfSubjectAccessReviewSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-