FileConfigurationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: NotificationTransportConfigurationType
Where and how to store "file" notifications.
Item Summary  
Name Type Multiplicity Description
debug property
boolean
[0,1] Enables debugging specific for a given transport (if supported by it). 
redirectToFile property
string
[0,1] When this transport don't have definision blackList, whiteList or recipient FilterExpression, instead of sending message via this transport, writes it to a file. 
logToFile property
string
[0,1] In addition to sending message via this transport, writes it to a file. 
blackList property
string
[0,-1] Addresses that are on a "black list". 
whiteList property
string
[0,-1] Addresses that are on a "white list". 
recipientFilterExpression property
ExpressionType
[0,1] An expression that decides whether the recipient address is allowed to pass through or it should be blacklisted. 
file property
string
[0,1] File to store notifications into.