Package net.stickycode.kuuty.model.v18
Class IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpec
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpec
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpec extends Object
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NON_RESOURCE_ATTRIBUTESstatic StringJSON_PROPERTY_RESOURCE_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiAuthorizationV1beta1NonResourceAttributesgetNonResourceAttributes()Get nonResourceAttributesIoK8sApiAuthorizationV1beta1ResourceAttributesgetResourceAttributes()Get resourceAttributesinthashCode()IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpecnonResourceAttributes(IoK8sApiAuthorizationV1beta1NonResourceAttributes nonResourceAttributes)IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpecresourceAttributes(IoK8sApiAuthorizationV1beta1ResourceAttributes resourceAttributes)voidsetNonResourceAttributes(IoK8sApiAuthorizationV1beta1NonResourceAttributes nonResourceAttributes)voidsetResourceAttributes(IoK8sApiAuthorizationV1beta1ResourceAttributes resourceAttributes)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NON_RESOURCE_ATTRIBUTES
public static final String JSON_PROPERTY_NON_RESOURCE_ATTRIBUTES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE_ATTRIBUTES
public static final String JSON_PROPERTY_RESOURCE_ATTRIBUTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
nonResourceAttributes
public IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpec nonResourceAttributes(IoK8sApiAuthorizationV1beta1NonResourceAttributes nonResourceAttributes)
-
getNonResourceAttributes
@Nullable public IoK8sApiAuthorizationV1beta1NonResourceAttributes getNonResourceAttributes()
Get nonResourceAttributes- Returns:
- nonResourceAttributes
-
setNonResourceAttributes
public void setNonResourceAttributes(IoK8sApiAuthorizationV1beta1NonResourceAttributes nonResourceAttributes)
-
resourceAttributes
public IoK8sApiAuthorizationV1beta1SelfSubjectAccessReviewSpec resourceAttributes(IoK8sApiAuthorizationV1beta1ResourceAttributes resourceAttributes)
-
getResourceAttributes
@Nullable public IoK8sApiAuthorizationV1beta1ResourceAttributes getResourceAttributes()
Get resourceAttributes- Returns:
- resourceAttributes
-
setResourceAttributes
public void setResourceAttributes(IoK8sApiAuthorizationV1beta1ResourceAttributes resourceAttributes)
-
-