class Pyrite::Api::Authorization::V1beta1::SubjectAccessReviewStatus

Overview

SubjectAccessReviewStatus

Defined in:

versions/v1.14/api/authorization/v1beta1/subject_access_review_status.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

SubjectAccessReviewStatus


def self.new(pull : JSON::PullParser) #

SubjectAccessReviewStatus


def self.new(*, allowed : Bool, denied : Bool? = nil, evaluation_error : String? = nil, reason : String? = nil) #

Instance Method Detail

def allowed : Bool #

def allowed=(allowed : Bool) #

def denied : Bool? #

def denied=(denied : Bool?) #

def evaluation_error : String? #

def evaluation_error=(evaluation_error : String?) #

def reason : String? #

def reason=(reason : String?) #