MSFT_SIPFederationDeniedDomainSetting class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPFederationDeniedDomainSetting

Specifies domains that are blocked from connecting to an Access Edge Server. Any connection from or to this domain will be dropped.

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_SIPFederationDeniedDomainSetting
{
  string[] DeniedDomain;
  [key] string InstanceID;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPFederationDeniedDomainSetting class has the following properties.

  • DeniedDomain
    Data type: string[]

    Access type: Read/Write

    Optional. An list of the domains to be blocked.

    The names on this list must not be in the Allow list. The values must be domains. IP addresses are not allowed.

    The default value is NULL.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Optional. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

Remarks

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

Only one instance of this class can be present.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

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

    • 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.