public class OvhAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
creationDate
Creation date
canBeNull && readOnly
|
String |
displayName
Account display name
canBeNull && readOnly
|
String |
firstName
Account first name
canBeNull && readOnly
|
String |
guid
GUID for user in active directory
canBeNull && readOnly
|
Long |
id
Account id
canBeNull && readOnly
|
String |
initials
Account initials
canBeNull && readOnly
|
Date |
lastLogoffDate
Last logoff
canBeNull && readOnly
|
Date |
lastLogonDate
Last logon
canBeNull && readOnly
|
String |
lastName
Account last name
canBeNull && readOnly
|
Date |
lastUpdateDate
Last update
canBeNull && readOnly
|
Date |
passwordLastUpdate
Time of account's password last update
canBeNull && readOnly
|
String |
SAMAccountName
SAM account name
canBeNull && readOnly
|
OvhObjectStateEnum |
state
Account state
canBeNull && readOnly
|
Long |
taskPendingId
Pending task for this account
canBeNull && readOnly
|
String |
userPrincipalName
User Principal Name
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhAccount() |
public String lastName
public String initials
public Date lastUpdateDate
public Date passwordLastUpdate
public String displayName
public Date creationDate
public Long taskPendingId
public String firstName
public Date lastLogoffDate
public String guid
public String SAMAccountName
public OvhObjectStateEnum state
public Long id
public Date lastLogonDate
public String userPrincipalName
Copyright © 2017. All rights reserved.