The Mimecast secure id of an existing policy. Use /api/policy/antispoofing-bypass/get-policy to obtain the id.
option
String
Required
The policy action to be taken. Must be disable_bypass or enable_bypass.
policy
Policy Details Object
Required
The policy scoping details
Policy Details Object
Field
Type
Required
Description
enforced
Boolean
Optional
Determines if the policy enforcement option is enabled. The default value is false.
bidirectional
Boolean
Optional
Determines if the policy should apply in both email directions, where the sender and recipient configurations are reversed.
toDate
Date String
Optional
Specifies the expiration date of a policy in ISO 8601 format (e.g. 2015-11-16T14:49:18+0000). When specified, this will override the toEternal value to false.
description
String
Optional
Narrative to describe the policy for future reference.
toEternal
Boolean
Optional
Specifies if the policy should have no expiration date. Default value is true.
enabled
Boolean
Optional
Determines if the policy should be enabled to process messages. The default value is true.
fromDate
Date String
Optional
Specifies the date of a policy should go into effect, in ISO 8601 format (e.g. 2015-11-16T14:49:18+0000). When specified, this will override the fromEternal value to false.
fromEternal
Boolean
Optional
Specifies if the policy should have no start date. Default value is true.
from
Policy Target Object
Optional
Policy application based on the sender.
comment
String
Optional
Comment about the policy. This field is not visible within the Administration Console.
to
Policy Target Object
Optional
Policy application based on the recipient.
override
Boolean
Optional
Specifies if the policy should be set as an override, to be considered prior to equally-specific policies.
conditions
Policy Conditions Object
Optional
Policy application based on email transmission requirements.
Policy Target Object
Field
Type
Required
Description
emailAddress
String
Optional
The email address to apply the policy based on, when type is set to individual_email_address
emailDomain
String
Optional
The email domain to apply the policy based on, when type is set to email_domain
groupId
String
Optional
The Mimecast secure id of a group (Directory or Profile group) to apply the policy based on, when type is set to profile_group
attribute
Attribute Object
Optional
The address object attribute to apply this policy based on, when type is set to address_attribute_value
type
String
Optional
The component of the address object that this policy should be scoped. Possible values are: everyone, internal_addresses, external_addresses, email_domain, profile_group, address_attribute_value, individual_email_address or free_mail_domains. Default value is everyone.
Attribute Object
Field
Type
Required
Description
name
String
Optional
The name of the user address attribute to compare value
id
String
Optional
The Mimecast secure id of the user address attribute
value
String
Optional
The value to which the user address attribute should equal
Policy Conditions Object
Field
Type
Required
Description
spfDomains
Array of Strings
Optional
An array of SPF records to reference when checking the source IP address. Note: These entries cannot begin with a "_".
The Mimecast secure id of the Address Alteration Set (folder) that will be applied by this policy
policy
Policy Details Object
An object of conditions that determine when to apply the alteration set
Policy Details Object
Field
Type
Description
enforced
Boolean
Is the policy enforced
bidirectional
String
Should the policy also apply in reverse email flow of the definied by this policy
toDate
Date String
The end date that the policy should cease to apply in ISO 8601 date time format (e.g. 2011-12-03T10:15:30+0000)
description
String
The description for the policy (name)
toEternal
Boolean
Should the policy continue to apply, regardless of the current date and time
enabled
Boolean
Should the policy be considered for emails processing through Mimecast
fromDate
Date String
The start date that the policy should begin to apply in ISO 8601 date time format (e.g. 2011-12-03T10:15:30+0000)
fromPart
String
Should the sender address be considered based on the envelope, header or either address
fromEternal
Boolean
Should the policy start to apply, regardless of the current date and time
fromType
String
The sender address type (e.g. envelope or header). Will be envelope_from, header_from or both.
fromValue
String
The value that the sender address will be compared against
from
Policy Target Object
Scope of application based on the sender address
toType
String
The component of the recipient address object that this policy should be scoped
toValue
String
The value that the recipient address will be compared against
to
Policy Target Object
Scope of application based on the recipient address
override
Boolean
Should the policy be considered for application, and apply if conditions met, prior to other policies of the same type
conditions
Policy Conditions Object
Conditions of the sending platform to determine if the policy should be considered
createTime
Date String
The creation timestamp of the policy in ISO 8601 date time format (e.g. 2011-12-03T10:15:30+0000)
lastUpdated
String
The most recent modification timestamp of the policy in ISO 8601 date time format (e.g. 2011-12-03T10:15:30+0000)
Policy Target Object
Field
Type
Description
emailAddress
String
The email address to apply the policy based on
emailDomain
String
The email domain to apply the policy based on
group
Group Object
The group to which the policy is scoped
attribute
Attribute Object
The address object attribute to apply this policy based on
type
String
The component of the address object that this policy should be scoped
Attribute Object
Field
Type
Description
name
String
The name of the user address attribute to compare value
id
String
The Mimecast secure id of the user address attribute
value
String
The value to which the user address attribute should equal
Policy Conditions Object
Field
Type
Description
spfDomains
Array of Strings
An array of SPF records to reference when checking the source IP address
Group Object
Field
Type
Description
folders
Array of Group Objects
An array of all sub-groups for the current group.
userCount
Number
The number of users in the current group.
description
String
The name of the current group.
id
String
The Mimecast secure id of the current group.
source
String
The source of the current group. Will be cloud or ldap.
folderCount
Number
The number of sub-groups within the current group.
parentId
String
The Mimecast secure id of the parent group.
Sample Code
Sample code is provided to demonstrate how to use the API and is not representative of a production application. To use the sample code; complete the required variables as described, populate the desired values in the request body, and execute in your favorite IDE. Please see the Global Base URL's page to find the correct base URL to use for your account.