feat: add notification policy and password change message (#5065)

Implementation of new notification policy with functionality to send email when a password is changed
This commit is contained in:
Stefan Benz
2023-01-25 09:49:41 +01:00
committed by GitHub
parent 8b5894c0bb
commit 19621acfd3
73 changed files with 4196 additions and 83 deletions

View File

@@ -225,6 +225,10 @@ Errors:
Empty: 组织 IAM 策略为空
NotExisting: 组织 IAM 策略不存在
AlreadyExists: 组织 IAM 策略已存在
NotificationPolicy:
NotFound: 未找到通知政策
NotChanged: 通知政策没有改变
AlreadyExists: 已经存在的通知政策
Project:
ProjectIDMissing: P缺少项目 ID
AlreadyExists: 项目以存在于组织中
@@ -351,6 +355,10 @@ Errors:
NotExisting: 组织 IAM 策略不存在
AlreadyExists: 组织 IAM 策略已存在
NotChanged: 组织 IAM 策略未更改
NotificationPolicy:
NotFound: 没有找到默认的通知政策
NotChanged: 默认的通知政策没有改变
AlreadyExists: 默认的通知政策已经存在
Policy:
AlreadyExists: 策略已存在
Label:
@@ -715,6 +723,10 @@ EventTypes:
added: 添加隐私政策和服务条款
changed: 更改隐私政策和服务条款
removed: 删除隐私政策和服务条款
notification:
added: 增加了通知政策
changed: 通知政策改变
removed: 删除了通知政策
flow:
trigger_actions:
set: 设置动作