class K8S::Api::Authentication::V1::UserInfo
- K8S::Api::Authentication::V1::UserInfo
- Reference
- Object
Overview
UserInfo holds the information about the user needed to implement the user.Info interface.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/api/authentication/v1/user_info.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, uid : String? = nil, username : String? = nil)
Instance Method Summary
- #extra : Hash(String, Array(String))?
- #extra=(extra : Hash(String, Array(String))?)
- #groups : Array(String)?
- #groups=(groups : Array(String)?)
- #uid : String?
- #uid=(uid : String?)
- #username : String?
- #username=(username : String?)
Constructor Detail
def self.new(*, extra : Hash(String, String)? = nil, groups : Array? = nil, uid : String? = nil, username : String? = nil)
#