mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add comment field to service accounts (#16380)
This commit is contained in:
@@ -102,6 +102,7 @@ type Credentials struct {
|
||||
ParentUser string `xml:"-" json:"parentUser,omitempty"`
|
||||
Groups []string `xml:"-" json:"groups,omitempty"`
|
||||
Claims map[string]interface{} `xml:"-" json:"claims,omitempty"`
|
||||
Comment string `xml:"-" json:"comment,omitempty"`
|
||||
}
|
||||
|
||||
func (cred Credentials) String() string {
|
||||
|
||||
Reference in New Issue
Block a user