3.1.4.1.4.14 t:ServiceConfigurationType Simple Type

The ServiceConfigurationType simple type specifies the service configurations that are returned in the response.

 <xs:simpleType name="ServiceConfigurationType">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="MailTips" />
         <xs:enumeration value="UnifiedMessagingConfiguration" />
         <xs:enumeration value="ProtectionRules" />
         <xs:enumeration value="PolicyNudges" />
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table lists the values that are defined by the ServiceConfigurationType simple type.

Value

Meaning

MailTips

Represents the mail tips service configuration.

UnifiedMessagingConfiguration

Represents the Unified Messaging service configuration.

ProtectionRules

Represents the protection rules service configuration.

PolicyNudges

Represents the DLP service configuration.<65>