Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 5.33 KB

File metadata and controls

24 lines (21 loc) · 5.33 KB

AuthConfig

Fields

Field Type Required Description
active T::Boolean ✔️ Whether the auth config is enabled
authentication_config_key T.nilable(::String) The authentication configuration key
authentication_config_label T.nilable(::String) The human-readable authentication configuration label
categories T::Array<::String> ✔️ The categories this auth config belongs to
connector_key ::String ✔️ The connector key (provider identifier)
connector_label ::String ✔️ The human-readable connector label
connector_owner T.nilable(::String) The owner of the connector version
connector_pinned_version T.nilable(::String) The pinned connector version, if set
connector_version T.nilable(::String) The resolved connector version
created_at Date ✔️ The timestamp when the auth config was created
default T::Boolean ✔️ Whether this is the default auth config
environment T.nilable(::String) The environment of the auth config
id ::String ✔️ The unique identifier of the auth config
logo_url ::String ✔️ The URL of the connector logo
name ::String ✔️ The display name of the auth config
release_stage ::String ✔️ The release stage of the connector
updated_at Date ✔️ The timestamp when the auth config was last updated