Share via


MSFT_SIPFederationInternalDomainData

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Lists the domains within an organization for which Access Edge Server routes messages.

MSFT_SIPFederationInternalDomainData

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPFederationInternalDomainData
{
  [key] string SupportedInternalDomain;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationInternalDomainData class has the following property.

  • SupportedInternalDomain
    Data type: [key] string

    Access type: Read-only

    Required. An array of domain names for which SIP messaging is supported.

    Access Edge Server rejects an incoming message if the domain of the address listed in the To field of the message is not included on this list, unless MSFT_SIPFederationExternalEdgeSetting::AllowRemoteUsersCommunicateWithAnyDomain, or MSFT_SIPFederationExternalEdgeSetting::IsClearinghouse is set to True.

    Values must be domain names.

Remarks

This class gets and sets information at the following level: WMI.

A domain in this list should not be listed in the direct partner table.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role: Access Edge Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference