class Pyrite::Api::Authentication::V1::UserInfo
Overview
UserInfo holds the information about the user needed to implement the user.Info interface.
Defined in:
versions/v1.14/api/authentication/v1/user_info.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
UserInfo holds the information about the user needed to implement the user.Info interface.
-
.new(pull : JSON::PullParser)
UserInfo holds the information about the user needed to implement the user.Info interface.
- .new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, uid : String? = nil, username : String? = nil)
Instance Method Summary
- #extra : Hash(String, String)?
- #extra=(extra : Hash(String, String)?)
- #groups : Array(String)?
- #groups=(groups : Array(String)?)
- #uid : String?
- #uid=(uid : String?)
- #username : String?
- #username=(username : 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(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
UserInfo holds the information about the user needed to implement the user.Info interface.
def self.new(pull : JSON::PullParser)
#
UserInfo holds the information about the user needed to implement the user.Info interface.
def self.new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, uid : String? = nil, username : String? = nil)
#