Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.23 KB

PlexSourceRequest.md

File metadata and controls

21 lines (16 loc) · 1.23 KB

PlexSourceRequest

Properties

Name Type Description Notes
name kotlin.String Source's display Name.
slug kotlin.String Internal source name, used in URLs.
plexToken kotlin.String Plex token used to check friends
enabled kotlin.Boolean [optional]
authenticationFlow java.util.UUID Flow to use when authenticating existing users. [optional]
enrollmentFlow java.util.UUID Flow to use when enrolling new users. [optional]
policyEngineMode PolicyEngineMode [optional]
userMatchingMode UserMatchingModeEnum [optional]
userPathTemplate kotlin.String [optional]
clientId kotlin.String Client identifier used to talk to Plex. [optional]
allowedServers kotlin.collections.List<kotlin.String> Which servers a user has to be a member of to be granted access. Empty list allows every server. [optional]
allowFriends kotlin.Boolean Allow friends to authenticate, even if you don't share a server. [optional]