Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All network entities are structured as follows:

entity:

  • [Id int] IdThe unique identifier of the network 

  • [Name string] Name: The name of the network. The maximum length of this string is 30 characters.

  • [CreationDate DateTime] CreationDateThe creation date of the network. See DateTime for more information about this data type.

  • [LockoutDate Nullable<DateTime>] LockoutDateThe date on which the user was locked out, if applicable. See DateTime for more information about this data type.

  • [IsLockedOut bool] IsLockedOutWhether or not the user is locked out. False is the default value.

  • [LastLockoutDate Nullable<DateTime>] LastLockoutDateThe last date on which the user was locked out, if applicable. See DateTime for more information about this data type.[

  • Settings NetworkSettingsSettings: The network settings entity. See Network Settings Entity

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