ProtectionRulesServiceConfiguration
extends ServiceConfiguration
in package
Represents service configuration information for the protection rules service.
Table of Contents
Properties
- $InternalDomains : SmtpDomainList
- Identifies the list of internal SMTP domains of the organization.
- $RefreshInterval : int
- Specifies how often, in whole hours, the client should request protection rules from the server.
- $Rules : ArrayOfProtectionRulesType
- An array of protection rules.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$InternalDomains
Identifies the list of internal SMTP domains of the organization.
public
SmtpDomainList
$InternalDomains
This element is required.
Tags
$RefreshInterval
Specifies how often, in whole hours, the client should request protection rules from the server.
public
int
$RefreshInterval
This attribute is required and its value must be an integer that is equal to or greater than 1.
Tags
$Rules
An array of protection rules.
public
ArrayOfProtectionRulesType
$Rules
This element is required.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed