mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
Automated commit by github action: 5536764085
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
identity:
|
||||||
type: string
|
type: string
|
||||||
example: BobSmith@sailpoint.com
|
example: bob.smith@sailpoint.com
|
||||||
description: The identity or domain address
|
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:
|
mxRecord:
|
||||||
type: string
|
type: string
|
||||||
example: 10 feedback-smtp.us-east-1.amazonses.com
|
example: 10 feedback-smtp.us-east-1.amazonses.com
|
||||||
|
|||||||
@@ -1324,7 +1324,7 @@ paths:
|
|||||||
$ref: './beta/paths/managed-clusters.yaml'
|
$ref: './beta/paths/managed-clusters.yaml'
|
||||||
/mail-from-attributes:
|
/mail-from-attributes:
|
||||||
$ref: './beta/paths/mail-from-attributes.yaml'
|
$ref: './beta/paths/mail-from-attributes.yaml'
|
||||||
/mail-from-attribute/{id}:
|
/mail-from-attributes/{identity}:
|
||||||
$ref: './beta/paths/mail-from-attribute.yaml'
|
$ref: './beta/paths/mail-from-attribute.yaml'
|
||||||
/mfa/{method}/config:
|
/mfa/{method}/config:
|
||||||
$ref: './beta/paths/mfa-config.yaml'
|
$ref: './beta/paths/mfa-config.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user