Resource Type: dsc_exosafeattachmentpolicy
- Defined in:
- lib/puppet/type/dsc_exosafeattachmentpolicy.rb
Overview
The DSC EXOSafeAttachmentPolicy resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_action
The Action parameter specifies the action for the Safe Attachments policy.
-
dsc_actiononerror
The ActionOnError parameter specifies the error handling option for Safe Attachments scanning (what to do if scanning times out or an error occurs). Valid values are: $true: The action specified by the Action parameter is applied to messages even when the attachments aren’t successfully scanned. $false: The action specified by the Action parameter isn’t applied to messages when the attachments aren’t successfully scanned. This is the default value.
-
dsc_admindisplayname
The AdminDisplayName parameter specifies a description for the policy.
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_certificatepath
Path to certificate used in service principal usually a PFX file.
-
dsc_certificatethumbprint
Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.
-
dsc_enable
Specify if this policy should be enabled. Default is $true.
-
dsc_ensure
Specify if this policy should exist or not.
-
dsc_redirect
The Redirect parameter specifies whether to send detected malware attachments to another email address. Valid values are: $true: Malware attachments are sent to the email address specified by the RedirectAddress parameter. $false: Malware attachments aren’t sent to another email address. This is the default value.
-
dsc_redirectaddress
The RedirectAddress parameter specifies the email address where detected malware attachments are sent when the Redirect parameter is set to the value $true.
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
Parameters
-
dsc_certificatepassword
Username can be made up to anything but password will be used for CertificatePassword
-
dsc_credential
Credentials of the Exchange Global Admin
-
dsc_identity (namevar)
The Identity parameter specifies the name of the SafeAttachmentpolicy that you want to modify.
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).