Resource Type: dsc_exoaccepteddomain
- Defined in:
- lib/puppet/type/dsc_exoaccepteddomain.rb
Overview
The DSC EXOAcceptedDomain 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_domaintype
The type of AcceptedDomain. Currently the EXOAcceptedDomain DSC Resource accepts a value of ‘Authoritative’ and ‘InternalRelay’.
-
dsc_ensure
Specify if the AcceptedDomain should exist or not.
-
dsc_matchsubdomains
The MatchSubDomains parameter must be false on Authoritative domains. The default value is false.
-
dsc_outboundonly
The OutboundOnly must be false on Authoritative domains. The default value is false.
-
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)
Specify the Fully Qualified Domain Name for the AcceptedDomain.
-
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).