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

Version 1 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:

    • [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:

    • [int] Id: The subscription id
    • [NetworkSubscriptionLevel] Level: Whether the network is "Content" or "Control"
    • [DateTime] CreationDate: The creation date of the subscription
    • [DateTime?] LastModifiedDate: The last date on which the subscription was modified
    • [DateTime?] ExpireDate: The date on which the network subscription will expire




  • No labels