Automated commit by github action: 5536764085

This commit is contained in:
GitHub Action Bot
2023-07-12 21:50:48 +00:00
parent 3f5ba4773c
commit 8b2db36c52
3 changed files with 21 additions and 17 deletions

View File

@@ -1,9 +1,13 @@
type: object
properties:
id:
identity:
type: string
example: BobSmith@sailpoint.com
description: The identity or domain address
example: bob.smith@sailpoint.com
description: The email identity
mailFromDomain:
type: string
example: foo.sailpoint.com
description: The name of a domain that an email identity uses as a custom MAIL FROM domain
mxRecord:
type: string
example: 10 feedback-smtp.us-east-1.amazonses.com

View File

@@ -1324,7 +1324,7 @@ paths:
$ref: './beta/paths/managed-clusters.yaml'
/mail-from-attributes:
$ref: './beta/paths/mail-from-attributes.yaml'
/mail-from-attribute/{id}:
/mail-from-attributes/{identity}:
$ref: './beta/paths/mail-from-attribute.yaml'
/mfa/{method}/config:
$ref: './beta/paths/mfa-config.yaml'