Resource Type: dsc_exosharingpolicy
- Defined in:
- lib/puppet/type/dsc_exosharingpolicy.rb
Overview
The DSC EXOSharingPolicy 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_default
The Default switch specifies that the sharing policy is the default sharing policy for all mailboxes.
-
dsc_domains
The Domains parameter specifies domains to which this policy applies and the sharing policy action.
-
dsc_enabled
The Enabled parameter specifies whether to enable the sharing policy. Valid values for this parameter are $true or $false.
-
dsc_ensure
Specify if the Sharing Policy should exist or not.
-
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_name (namevar)
The Name parameter specifies the unique name of the sharing policy. The maximum length is 64 characters.
-
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).