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