audit

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 1

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL