Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

All network entities are structured as follows:

entity:

  • [int] Id: The network id

  • [string] Name:  The name of the network owner

  • [DateTime] CreationDate: The creation date of the network

  • [DateTime?]LockoutDate: The date on which the user was locked out, if applicable

  • [bool] IsLockedOut: Whether the user is locked out

  • [DateTime?]LastLockoutDate: The last date on which the user was locked out, if applicable

  • [NetworkSettings] Settings: The network settings entity. See Network Settings Entity

  • [NetworkSubscription] Subscription: The network subscription entity. See Network Subscription Entity




  • No labels