DSCResources/MSFT_EXOOnPremisesOrganization/MSFT_EXOOnPremisesOrganization.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("EXOOnPremisesOrganization")]
class MSFT_EXOOnPremisesOrganization : OMI_BaseResource { [Key, Description("The Identity parameter specifies the identity of the on-premises organization object.")] String Identity; [Write, Description("The HybridDomains parameter specifies the domains that are configured in the hybrid deployment between an Office 365 tenant and an on-premises Exchange organization. The domains specified in this parameter must match the domains listed in the HybridConfiguration Active Directory object for the on-premises Exchange organization configured by the Hybrid Configuration wizard. ")] String HybridDomains[]; [Write, Description("The InboundConnector parameter specifies the name of the inbound connector configured on the Microsoft Exchange Online Protection (EOP) service for a hybrid deployment configured with an on-premises Exchange organization.")] String InboundConnector; [Write, Description("The OutboundConnector parameter specifies the name of the outbound connector configured on the EOP service for a hybrid deployment configured with an on-premises Exchange organization.")] String OutboundConnector; [Write, Description("The OrganizationName parameter specifies the Active Directory object name of the on-premises Exchange organization.")] String OrganizationName; [Write, Description("The OrganizationGuid parameter specifies the globally unique identifier (GUID) of the on-premises Exchange organization object in the Office 365 tenant.")] String OrganizationGuid; [Write, Description("The OrganizationRelationship parameter specifies the organization relationship configured by the Hybrid Configuration wizard on the Office 365 tenant as part of a hybrid deployment with an on-premises Exchange organization. This organization relationship defines the federated sharing features enabled on the Office 365 tenant.")] String OrganizationRelationship; [Write, Description("The Comment parameter specifies an optional comment.")] String Comment; [Write, Description("Specify if the On-Premises Organization should exist or not."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Write, Description("Credentials of the Exchange Global Admin"), EmbeddedInstance("MSFT_Credential")] string Credential; [Write, Description("Id of the Azure Active Directory application to authenticate with.")] String ApplicationId; [Write, Description("Id of the Azure Active Directory tenant used for authentication.")] String TenantId; [Write, Description("Thumbprint of the Azure Active Directory application's authentication certificate to use for authentication.")] String CertificateThumbprint; [Write, Description("Username can be made up to anything but password will be used for CertificatePassword"), EmbeddedInstance("MSFT_Credential")] String CertificatePassword; [Write, Description("Path to certificate used in service principal usually a PFX file.")] String CertificatePath; [Write, Description("Managed ID being used for authentication.")] Boolean ManagedIdentity; }; |