public class OvhActiveDirectoryOrganizationalUnit extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
complexityEnabled
Flag indicating if passwords should be forced to follow Microsoft's password guidelines
canBeNull && readOnly
|
Long |
lockoutDuration
Account lock time (in minutes) when too much passwords have been tried
canBeNull && readOnly
|
Long |
lockoutObservationWindow
Time (in minutes) before the password attempts counter is reset
canBeNull && readOnly
|
Long |
lockoutThreshold
Maximum number of password tries before account locking
canBeNull && readOnly
|
Long |
maxPasswordAge
Maximum lifespan of passwords, in days
canBeNull && readOnly
|
Long |
minPasswordAge
Minimum lifespan of passwords, in days (0 = unlimited)
canBeNull && readOnly
|
Long |
minPasswordLength
Minimum number of characters passwords must contain
canBeNull && readOnly
|
String |
name
Name of the Active Directory organizational unit
canBeNull && readOnly
|
OvhServiceStateEnum |
state
Current state of the Active Directory organizational unit
canBeNull && readOnly
|
Long |
taskPendingId
Task pending id
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhActiveDirectoryOrganizationalUnit() |
public Long minPasswordAge
public Long lockoutThreshold
public Long lockoutDuration
public Long minPasswordLength
public String name
public OvhServiceStateEnum state
public Long lockoutObservationWindow
public Long maxPasswordAge
public Long taskPendingId
public Boolean complexityEnabled
Copyright © 2017. All rights reserved.