Versions Compared

Key

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

All network entities are structured as follows:

entity:

...

  • Id int

...

  • The

...

  • 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

...

  • network was locked out, if applicable

...

  • . See DateTime for more information about this data type.

  • IsLockedOut boolWhether or not the

...

  • network is locked out

...

  • . False is the default value.

  • LastLockoutDate Nullable<DateTime>The last date on which the

...

  • network was locked out, if applicable

...

[NetworkSettings] Settings:

  • [TimeSpan] UserAccessTokenLifetime: The amount of time that a full access token for a user and a network remains valid. If not specified, this value defaults to 15 minutes.
  •  [TimeSpan]  UserRefreshTokenLifetime: The amount of time that a refresh token for a user and a network remains valid (for example, "30.00:00:00")
  • [TimeSpan] DeviceAccessTokenLifetime: The amount of time that an access token for a device remains valid
  • [TimeSpan] DeviceRefreshTokenLifetime: The amount of time that a refresh token for a device remains valid
  • [TimeSpan]  DeviceRegistrationTokenLifetime: The amount of time that a device registration token remains valid
  • [bool] AutomaticSubscriptionsManagementEnabled: If true, automatic subscription management is enabled on this network
  • [bool] AutomaticTaggedPlaylistApprovementEnabled: If true, automatic tagged playlist are approved on this network

[NetworkSubscription] Subscription:

...