Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.25 KB

File metadata and controls

24 lines (18 loc) · 1.25 KB

DomainAuthProviderResponse

Properties

Name Type Description Notes
identifier str Provider ID
id str Provider ID for backward compatibility with frontend [optional]
provider_type str Provider Type
provider str Provider Type for backward compatibility with frontend [optional]
label str Login Button Text
name str Title Text for the Frontend's Provider Configuration Form [optional]
authorization_url str Coordinator endpoint for Authorizing with this provider [optional]
default bool True: Configured in coordinator.json, False: Custom Domain Provider
enabled bool Enabled/Disabled
config OpenIDConfig [optional]
created_by str Optional User ID of creator [optional]
created_at str Created Date in ISO-8601 format e.g. 2022-05-06T02:39:23.000Z
updated_at str Updated Date in ISO-8601 format e.g. 2022-05-06T02:39:23.000Z

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