SmsGatewayConfigurationType (Complex Type)

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

Configuration of a particular SMS gateway. Currently, we only support sending via HTTP GET method.
Item Summary  
Name Type Multiplicity Description
method property
HttpMethodType
[0,1] Which HTTP method is used to send SMS. 
url property
ExpressionType
[0,1] How to construct URL used to send SMS. 
urlExpression property
ExpressionType
[0,1] Expression that returns URL used to send SMS. 
headersExpression property
ExpressionType
[0,1] Expression that returns HTTP request headers. 
bodyExpression property
ExpressionType
[0,1] Expression that returns request body used to send SMS (as a string). 
bodyEncoding property
string
[0,1] Encoding to be used for the message body. 
username property
string
[0,1]  
password property
ProtectedStringType
[0,1]  
redirectToFile property
string
[0,1]  
logToFile property
string
[0,1] In addition to executing the expression, writes all messages to a file.