All network entities are structured as follows:
entity
:
Id
The unique identifier of the network
:int
Name
The name of the network. The maximum length of this string is 30 characters.
:string
CreationDate
The creation date of the network. See DateTime for more information about this data type.
: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
Whether or not the user is locked out. False is the default value.
:bool
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. See Network Settings Entity
:NetworkSettings
Subscription
The network subscription entity. See Network Subscription EntityNetworkSubscription
:LastModifiedDate
The last date on which the subscription was modified, if available. See DateTime for more information about this data type.
:DateTime