Class SelfSubjectAccessReviewSpec

    • Constructor Detail

      • SelfSubjectAccessReviewSpec

        public SelfSubjectAccessReviewSpec()
        No args constructor for use in serialization
    • Method Detail

      • getNonResourceAttributes

        public NonResourceAttributes getNonResourceAttributes()
        SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
      • setNonResourceAttributes

        public void setNonResourceAttributes​(NonResourceAttributes nonResourceAttributes)
        SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
      • getResourceAttributes

        public ResourceAttributes getResourceAttributes()
        SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
      • setResourceAttributes

        public void setResourceAttributes​(ResourceAttributes resourceAttributes)
        SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)