All network entities are structured as follows:
entity
:
Id int:
The unique identifier of the network
Name string:
The name of the network
CreationDate
The creation date of the network. See DateTime for more information about this data type.
: DateTime
SetupCompletionDate
The date of completion for initial network set up. See DateTime for more information about this data type.
:Nullable<
DateTime>
LockoutDate
The date on which the user was locked out, if applicable. See DateTime for more information about this data type.
: Nullable<
DateTime>
IsLockedOut bool:
Whether or not the user is locked out. False is the default value.
LastLockoutDate
The last date on which the user was locked out, if applicable. See DateTime for more information about this data type.
: Nullable<
DateTime>
Settings
The Network Settings Entity
:NetworkSettings