MSFT_SIPFederationPartnerTable class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPFederationPartnerTable

Lists the domains that are allowed partners.

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.

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 then this is a configured allowed domain. If EdgeProxyAddress is specified then 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 will be 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 will be marked as unverified.

Remarks

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

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag(s):

    • WBEM_FLAG_CREATE_ONLY
    • WBEM_FLAG_UPDATE_ONLY
    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Access Edge Server.
Namespace: Defined in \root\cimv2.

See Also

Communications Server WMI Reference

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.