MSFT_SIPFederationPartnerTable

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 that are allowed partners.

MSFT_SIPFederationPartnerTable

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_SIPFederationPartnerTable
{
  [key] string Domain;
  string EdgeProxyAddress;
  string UserVerificationLevel;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationPartnerTable class has the following properties.

  • Domain
    Data type: [key] string

    Access type: Read/Write

    Required. If EdgeProxyAddress is not specified, this is a configured allowed domain. If EdgeProxyAddress is specified, this is the domain of an allowed partner server.

    The value must be a fully qualified domain name (FQDN). An IP address is not allowed.

  • EdgeProxyAddress
    Data type: string

    Access type: Read/Write

    Optional. The server FQDN of an allowed partner server.

    The value must be a fully qualified domain name (FQDN). An IP address is not allowed. Leave this empty for configured allowed domains.

  • UserVerificationLevel
    Data type: string

    Access type: Read/Write

    Required. Indicates the verification level for requests from an allowed partner server, as a control for spam.

    This setting is ignored for configured allowed domains. The value of this property is not case-sensitive.

    Value

    Description

    AlwaysVerifiable

    All messages from the domain are considered verifiable. If the header is not present, it is added.

    AlwaysUnverifiable

    Requests are only allowed to pass if the user being requested has an allow ACE for the subscriber.

    UseSourceVerification

    Use the domain's asserted verification level, which is passed by headers on the requests. If unmarked, the messages are marked as unverified.

Remarks

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

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