accountLockoutPolicy Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
enabled boolean element edc 1/1 required  
lockDuration int element edc 1/1 required  

Example

<accountLockoutPolicy xmlns="http://eurotech.com/edc/2.0">
  <enabled>...</enabled>
  <lockDuration>...</lockDuration>
</accountLockoutPolicy>