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 4 Next »

All network entities are structured as follows:

entity:

  • Id intThe unique identifier of the network 

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

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

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

  • IsLockedOut boolWhether or not the user is locked out. False is the default value.

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

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

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

  • LastModifiedDate DateTime: The last date on which the subscription was modified, if available. See DateTime for more information about this data type.




  • No labels