class Pyrite::Api::Authorization::V1::SubjectAccessReviewStatus
Overview
SubjectAccessReviewStatus
Defined in:
versions/v1.14/api/authorization/v1/subject_access_review_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
SubjectAccessReviewStatus
-
.new(pull : JSON::PullParser)
SubjectAccessReviewStatus
- .new(*, allowed : Bool, denied : Bool? = nil, evaluation_error : String? = nil, reason : String? = nil)
Instance Method Summary
- #allowed : Bool
- #allowed=(allowed : Bool)
- #denied : Bool?
- #denied=(denied : Bool?)
- #evaluation_error : String?
- #evaluation_error=(evaluation_error : String?)
- #reason : String?
- #reason=(reason : String?)
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(*, allowed : Bool, denied : Bool? = nil, evaluation_error : String? = nil, reason : String? = nil)
#