Resource Type: dsc_exosafelinksrule

Defined in:
lib/puppet/type/dsc_exosafelinksrule.rb

Overview

The DSC EXOSafeLinksRule 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_comments

    The Comments parameter specifies informative comments for the rule, such as what the rule is used for or how it has changed over time. The length of the comment can’t exceed 1024 characters.

  • dsc_enabled

    Specify if this rule should be enabled. Default is $true.

  • dsc_ensure

    Specify if this rule should exist or not.

  • dsc_exceptifrecipientdomainis

    The ExceptIfRecipientDomainIs parameter specifies an exception that looks for recipients with email address in the specified domains. You can specify multiple domains separated by commas.

  • dsc_exceptifsentto

    The ExceptIfSentTo parameter specifies an exception that looks for recipients in messages. You can use any value that uniquely identifies the recipient.

  • dsc_exceptifsenttomemberof

    The ExceptIfSentToMemberOf parameter specifies an exception that looks for messages sent to members of groups. You can use any value that uniquely identifies the group.

  • dsc_priority

    The Priority parameter specifies a priority value for the rule that determines the order of rule processing. A lower integer value indicates a higher priority, the value 0 is the highest priority, and rules can’t have the same priority value.

  • dsc_recipientdomainis

    The RecipientDomainIs parameter specifies a condition that looks for recipients with email address in the specified domains. You can specify multiple domains separated by commas.

  • dsc_safelinkspolicy

    The SafeLinksPolicy parameter specifies the name of the SafeLink policy that’s associated with the SafeLinksing rule.

  • dsc_sentto

    The SentTo parameter specifies a condition that looks for recipients in messages. You can use any value that uniquely identifies the recipient.

  • dsc_senttomemberof

    The SentToMemberOf parameter looks for messages sent to members of groups. You can use any value that uniquely identifies the group.

  • 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 SafeLink rule 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).