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

Latest commit

 

History

History
22 lines (18 loc) · 1.34 KB

Provider.md

File metadata and controls

22 lines (18 loc) · 1.34 KB

Provider

Properties

Name Type Description Notes
pk Int [readonly]
name String
authenticationFlow UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow UUID Flow used when authorizing this provider.
propertyMappings [UUID] [optional]
component String Get object component so that we know how to edit the object [readonly]
assignedApplicationSlug String Internal application name, used in URLs. [readonly]
assignedApplicationName String Application's display Name. [readonly]
assignedBackchannelApplicationSlug String Internal application name, used in URLs. [readonly]
assignedBackchannelApplicationName String Application's display Name. [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]

[Back to Model list] [Back to API list] [Back to README]