Network Entity (2022/06)
All network entities are structured as follows:
entity
:
Id
int read-only:Â The unique identifier of the networkÂName
string read-only: The name of the network. The maximum length of this string is 30 characters.CreationDate
DateTime read-only: The creation date of the network. See DateTime for more information about this data type.LockoutDate
Nullable<DateTime> read-only: The date on which the network was locked out, if applicable. See DateTime for more information about this data type.IsLockedOut
bool read-only:Â Indicates that a network is suspended by a BSN.cloud administrator due to recurring payment issues in bsn.Content (Content Cloud). False is the default value.LastLockoutDate
Nullable<DateTime> read-only: The last date on which the network was locked out, if applicable. See DateTime for more information about this data type.Settings
NetworkSettings read-write: The network settings entity. See Network Settings EntitySubscription
NetworkSubscription read-write: The network subscription entity. See Network Subscription EntityLastModifiedDate
 DateTime read-only: The last date on which the subscription was modified, if available. See DateTime for more information about this data type.