Documentation
¶
Index ¶
Constants ¶
View Source
const (
KAccountAddEmail = "accountaddemail"
)
Variables ¶
This section is empty.
Functions ¶
func AccountAddEmail ¶
func AccountAddEmail(payload *AccountAddEmailPayload) error
publish this audit message when account add new email
Types ¶
type AccountAddEmailPayload ¶
type AccountAddEmailPayload struct {
NewEmail string `json:"newemail"` // new email address
Userid string `json:"userid"` // user id(name)
HttpURL string `json:"httpurl"` // KrossIAM host url
Locale string `json:"locale"` // i18n locale
MailTo []string `json:"mailto"` // send mail to
Subject string `json:"subject"` // mail subject
}
Click to show internal directories.
Click to hide internal directories.