Resource Type: dsc_exoatppolicyforo365
- Defined in:
- lib/puppet/type/dsc_exoatppolicyforo365.rb
Overview
The DSC EXOAtpPolicyForO365 resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_allowclickthrough
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 ProPlus. Default is $true.
-
dsc_allowsafedocsopen
The AllowSafeDocsOpen parameter specifies whether users can click through and bypass the Protected View container even when Safe Documents identifies a file as malicious.
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_blockurls
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning. You can specify multiple values separated by commas.
-
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_enableatpforspoteamsodb
The EnableATPForSPOTeamsODB parameter specifies whether ATP is enabled for SharePoint Online, OneDrive for Business and Microsoft Teams. Default is $false.
-
dsc_enablesafedocs
The EnableSafeDocs parameter specifies whether to enable the Safe Documents feature in the organization. Default is $false.
-
dsc_enablesafelinksforo365clients
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links scanning is enabled for supported Office 365 desktop, mobile, and web apps. Default is $true.
-
dsc_ensure
Since there is only one policy, the default policy, this must be set to ‘Present’
-
dsc_identity
The Identity parameter specifies the ATP policy that you want to modify. There’s only one policy named Default.
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
-
dsc_trackclicks
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs. Default is $true.
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_issingleinstance (namevar)
Specifies the resource is a single instance, the value must be ‘Yes’
-
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).