Exu::UserConfig
Inherits JSON::Serializable < YAML::Serializable < Struct < Value < Object
User representation in RBAC
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(pull : JSON::PullParser)
Sourcenew(role : String = "user", domains : Array(String) = [] of String)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
domains
Sourcedomains=(domains : Array(String))
Sourcerole
Sourcerole=(role : String)
Source