Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserConfig ¶
type UserConfig struct { UserName string `json:"id"` // User ID Email string `json:"email"` // User's email address FirstName string `json:"firstName"` // User's first name LastName string `json:"lastName"` // User's last name Groups []string `json:"groups,omitempty"` // List of user's user group IDs }
The configuration of the user
func (*UserConfig) MarshalHCL ¶
func (me *UserConfig) MarshalHCL(properties hcl.Properties) error
func (*UserConfig) Name ¶
func (me *UserConfig) Name() string
func (*UserConfig) UnmarshalHCL ¶
func (me *UserConfig) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.