Resource Type: dsc_exojournalrule
- Defined in:
- lib/puppet/type/dsc_exojournalrule.rb
Overview
The DSC EXOJournalRule resource type. Automatically generated from version 1.21.1222.1
Properties
-
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_enabled
Specifies whether the Journal Rule is enabled or not.
-
dsc_ensure
Present ensures the rule exists, Absent that it does not.
-
dsc_recipient
The Recipient parameter specifies the SMTP address of a mailbox, contact, or distribution group to journal. If you specify a distribution group, all recipients in that distribution group are journaled. All messages sent to or from a recipient are journaled.
-
dsc_rulescope
The Scope parameter specifies the scope of email messages to which the journal rule is applied
-
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_journalemailaddress (namevar)
The JournalEmailAddress parameter specifies a recipient object to which journal reports are sent. You can use any value that uniquely identifies the recipient.
-
dsc_name (namevar)
Name of the Journal Rule
-
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).