Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.52 KB

Provider.md

File metadata and controls

24 lines (19 loc) · 1.52 KB

Provider

Properties

Name Type Description Notes
pk i32 [readonly]
name String
authentication_flow Option<uuid::Uuid> Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorization_flow uuid::Uuid Flow used when authorizing this provider.
invalidation_flow uuid::Uuid Flow used ending the session from a provider.
property_mappings Option<Vecuuid::Uuid> [optional]
component String Get object component so that we know how to edit the object [readonly]
assigned_application_slug String Internal application name, used in URLs. [readonly]
assigned_application_name String Application's display Name. [readonly]
assigned_backchannel_application_slug String Internal application name, used in URLs. [readonly]
assigned_backchannel_application_name String Application's display Name. [readonly]
verbose_name String Return object's verbose_name [readonly]
verbose_name_plural String Return object's plural verbose_name [readonly]
meta_model_name String Return internal model name [readonly]

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