auth0 6.0.0.beta.1 → 6.0.0.beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.fern/metadata.json +4 -4
- data/.version +1 -1
- data/CHANGELOG.md +6 -0
- data/lib/auth0/branding/phone/providers/client.rb +14 -13
- data/lib/auth0/branding/types/update_branding_request_content.rb +0 -2
- data/lib/auth0/clients/client.rb +6 -9
- data/lib/auth0/emails/provider/client.rb +52 -100
- data/lib/auth0/groups/roles/client.rb +3 -5
- data/lib/auth0/refresh_tokens/client.rb +1 -1
- data/lib/auth0/tenants/settings/types/update_tenant_settings_request_content.rb +12 -0
- data/lib/auth0/types/acul_context_enum.rb +1 -0
- data/lib/auth0/types/client_my_organization_patch_configuration.rb +2 -0
- data/lib/auth0/types/client_my_organization_post_configuration.rb +2 -0
- data/lib/auth0/types/client_my_organization_response_configuration.rb +2 -0
- data/lib/auth0/types/connection_id_token_session_expiry_supported.rb +23 -0
- data/lib/auth0/types/connection_options_ad.rb +2 -0
- data/lib/auth0/types/connection_options_adfs.rb +2 -0
- data/lib/auth0/types/connection_options_amazon.rb +2 -0
- data/lib/auth0/types/connection_options_apple.rb +2 -0
- data/lib/auth0/types/connection_options_auth0.rb +2 -0
- data/lib/auth0/types/connection_options_azure_ad.rb +2 -0
- data/lib/auth0/types/connection_options_baidu.rb +13 -1
- data/lib/auth0/types/connection_options_bitbucket.rb +2 -0
- data/lib/auth0/types/connection_options_bitly.rb +13 -1
- data/lib/auth0/types/connection_options_box.rb +13 -1
- data/lib/auth0/types/connection_options_common_oidc.rb +2 -0
- data/lib/auth0/types/connection_options_daccount.rb +13 -1
- data/lib/auth0/types/connection_options_dropbox.rb +13 -1
- data/lib/auth0/types/connection_options_dwolla.rb +13 -1
- data/lib/auth0/types/connection_options_email.rb +2 -0
- data/lib/auth0/types/connection_options_evernote.rb +11 -1
- data/lib/auth0/types/connection_options_exact.rb +2 -0
- data/lib/auth0/types/connection_options_facebook.rb +2 -0
- data/lib/auth0/types/connection_options_fitbit.rb +13 -1
- data/lib/auth0/types/connection_options_git_hub.rb +2 -0
- data/lib/auth0/types/connection_options_google_apps.rb +2 -0
- data/lib/auth0/types/connection_options_google_o_auth2.rb +2 -0
- data/lib/auth0/types/connection_options_instagram.rb +13 -1
- data/lib/auth0/types/connection_options_line.rb +2 -0
- data/lib/auth0/types/connection_options_linkedin.rb +2 -0
- data/lib/auth0/types/connection_options_o_auth1.rb +2 -0
- data/lib/auth0/types/connection_options_o_auth1common.rb +2 -0
- data/lib/auth0/types/connection_options_o_auth2.rb +2 -0
- data/lib/auth0/types/connection_options_o_auth2common.rb +2 -0
- data/lib/auth0/types/connection_options_oidc.rb +48 -0
- data/lib/auth0/types/connection_options_okta.rb +48 -0
- data/lib/auth0/types/connection_options_paypal.rb +2 -0
- data/lib/auth0/types/connection_options_ping_federate.rb +34 -0
- data/lib/auth0/types/connection_options_planning_center.rb +13 -1
- data/lib/auth0/types/connection_options_salesforce.rb +2 -0
- data/lib/auth0/types/connection_options_salesforce_community.rb +16 -0
- data/lib/auth0/types/connection_options_saml.rb +34 -0
- data/lib/auth0/types/connection_options_sharepoint.rb +13 -1
- data/lib/auth0/types/connection_options_shop.rb +13 -1
- data/lib/auth0/types/connection_options_shopify.rb +13 -1
- data/lib/auth0/types/connection_options_sms.rb +2 -0
- data/lib/auth0/types/connection_options_soundcloud.rb +13 -1
- data/lib/auth0/types/connection_options_thirty_seven_signals.rb +13 -1
- data/lib/auth0/types/connection_options_twitter.rb +2 -0
- data/lib/auth0/types/connection_options_untappd.rb +13 -1
- data/lib/auth0/types/connection_options_vkontakte.rb +13 -1
- data/lib/auth0/types/connection_options_weibo.rb +13 -1
- data/lib/auth0/types/connection_options_windows_live.rb +2 -0
- data/lib/auth0/types/connection_options_wordpress.rb +13 -1
- data/lib/auth0/types/connection_options_yahoo.rb +13 -1
- data/lib/auth0/types/connection_options_yandex.rb +13 -1
- data/lib/auth0/types/connection_properties_options.rb +2 -0
- data/lib/auth0/types/connection_response_common.rb +10 -0
- data/lib/auth0/types/connection_response_content_ad.rb +18 -0
- data/lib/auth0/types/connection_response_content_adfs.rb +18 -0
- data/lib/auth0/types/connection_response_content_amazon.rb +18 -0
- data/lib/auth0/types/connection_response_content_apple.rb +18 -0
- data/lib/auth0/types/connection_response_content_auth0.rb +18 -0
- data/lib/auth0/types/connection_response_content_auth0oidc.rb +18 -0
- data/lib/auth0/types/connection_response_content_azure_ad.rb +18 -0
- data/lib/auth0/types/connection_response_content_baidu.rb +18 -0
- data/lib/auth0/types/connection_response_content_bitbucket.rb +18 -0
- data/lib/auth0/types/connection_response_content_bitly.rb +18 -0
- data/lib/auth0/types/connection_response_content_box.rb +18 -0
- data/lib/auth0/types/connection_response_content_custom.rb +18 -0
- data/lib/auth0/types/connection_response_content_daccount.rb +18 -0
- data/lib/auth0/types/connection_response_content_dropbox.rb +18 -0
- data/lib/auth0/types/connection_response_content_dwolla.rb +18 -0
- data/lib/auth0/types/connection_response_content_email.rb +18 -0
- data/lib/auth0/types/connection_response_content_evernote.rb +18 -0
- data/lib/auth0/types/connection_response_content_evernote_sandbox.rb +18 -0
- data/lib/auth0/types/connection_response_content_exact.rb +18 -0
- data/lib/auth0/types/connection_response_content_facebook.rb +18 -0
- data/lib/auth0/types/connection_response_content_fitbit.rb +18 -0
- data/lib/auth0/types/connection_response_content_git_hub.rb +18 -0
- data/lib/auth0/types/connection_response_content_google_apps.rb +18 -0
- data/lib/auth0/types/connection_response_content_google_o_auth2.rb +18 -0
- data/lib/auth0/types/connection_response_content_instagram.rb +18 -0
- data/lib/auth0/types/connection_response_content_ip.rb +18 -0
- data/lib/auth0/types/connection_response_content_line.rb +18 -0
- data/lib/auth0/types/connection_response_content_linkedin.rb +18 -0
- data/lib/auth0/types/connection_response_content_o_auth1.rb +18 -0
- data/lib/auth0/types/connection_response_content_o_auth2.rb +18 -0
- data/lib/auth0/types/connection_response_content_office365.rb +18 -0
- data/lib/auth0/types/connection_response_content_oidc.rb +14 -0
- data/lib/auth0/types/connection_response_content_okta.rb +18 -0
- data/lib/auth0/types/connection_response_content_paypal.rb +18 -0
- data/lib/auth0/types/connection_response_content_paypal_sandbox.rb +18 -0
- data/lib/auth0/types/connection_response_content_ping_federate.rb +18 -0
- data/lib/auth0/types/connection_response_content_planning_center.rb +18 -0
- data/lib/auth0/types/connection_response_content_salesforce.rb +18 -0
- data/lib/auth0/types/connection_response_content_salesforce_community.rb +18 -0
- data/lib/auth0/types/connection_response_content_salesforce_sandbox.rb +18 -0
- data/lib/auth0/types/connection_response_content_saml.rb +18 -0
- data/lib/auth0/types/connection_response_content_sharepoint.rb +18 -0
- data/lib/auth0/types/connection_response_content_shop.rb +18 -0
- data/lib/auth0/types/connection_response_content_shopify.rb +18 -0
- data/lib/auth0/types/connection_response_content_sms.rb +18 -0
- data/lib/auth0/types/connection_response_content_soundcloud.rb +18 -0
- data/lib/auth0/types/connection_response_content_thirty_seven_signals.rb +18 -0
- data/lib/auth0/types/connection_response_content_twitter.rb +18 -0
- data/lib/auth0/types/connection_response_content_untappd.rb +18 -0
- data/lib/auth0/types/connection_response_content_vkontakte.rb +18 -0
- data/lib/auth0/types/connection_response_content_weibo.rb +18 -0
- data/lib/auth0/types/connection_response_content_windows_live.rb +18 -0
- data/lib/auth0/types/connection_response_content_wordpress.rb +18 -0
- data/lib/auth0/types/connection_response_content_yahoo.rb +18 -0
- data/lib/auth0/types/connection_response_content_yandex.rb +18 -0
- data/lib/auth0/types/content_security_policy_config.rb +14 -0
- data/lib/auth0/types/create_connection_request_content_ad.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_adfs.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_amazon.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_apple.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_auth0.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_auth0oidc.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_azure_ad.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_baidu.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_bitbucket.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_bitly.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_box.rb +14 -0
- data/lib/auth0/types/create_connection_request_content_custom.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_daccount.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_dropbox.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_dwolla.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_email.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_evernote.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_evernote_sandbox.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_exact.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_facebook.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_fitbit.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_git_hub.rb +14 -0
- data/lib/auth0/types/create_connection_request_content_google_apps.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_google_o_auth2.rb +14 -0
- data/lib/auth0/types/create_connection_request_content_instagram.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_ip.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_line.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_linkedin.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_o_auth1.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_o_auth2.rb +14 -0
- data/lib/auth0/types/create_connection_request_content_office365.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_oidc.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_okta.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_paypal.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_paypal_sandbox.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_ping_federate.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_planning_center.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_salesforce.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_salesforce_community.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_salesforce_sandbox.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_saml.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_sharepoint.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_shop.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_shopify.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_sms.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_soundcloud.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_thirty_seven_signals.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_twitter.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_untappd.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_vkontakte.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_weibo.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_windows_live.rb +14 -0
- data/lib/auth0/types/create_connection_request_content_wordpress.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_yahoo.rb +10 -0
- data/lib/auth0/types/create_connection_request_content_yandex.rb +10 -0
- data/lib/auth0/types/create_phone_template_response_content.rb +1 -1
- data/lib/auth0/types/csp_directives.rb +23 -0
- data/lib/auth0/types/csp_flag.rb +12 -0
- data/lib/auth0/types/csp_flags.rb +23 -0
- data/lib/auth0/types/csp_policies.rb +23 -0
- data/lib/auth0/types/csp_policy.rb +16 -0
- data/lib/auth0/types/{branding_login_display_enum.rb → csp_policy_mode.rb} +3 -3
- data/lib/auth0/types/csp_policy_reporting.rb +12 -0
- data/lib/auth0/types/csp_report_to.rb +14 -0
- data/lib/auth0/types/csp_report_to_endpoint.rb +10 -0
- data/lib/auth0/types/csp_report_to_endpoints.rb +23 -0
- data/lib/auth0/types/csp_reporting_endpoints.rb +23 -0
- data/lib/auth0/types/csp_reporting_infrastructure.rb +12 -0
- data/lib/auth0/types/get_branding_response_content.rb +0 -2
- data/lib/auth0/types/get_phone_template_response_content.rb +1 -1
- data/lib/auth0/types/get_tenant_settings_response_content.rb +4 -0
- data/lib/auth0/types/phone_template.rb +1 -1
- data/lib/auth0/types/prompt_group_name_enum.rb +1 -0
- data/lib/auth0/types/reset_phone_template_response_content.rb +1 -1
- data/lib/auth0/types/screen_group_name_enum.rb +1 -0
- data/lib/auth0/types/tenant_settings_nullable_security_headers.rb +12 -0
- data/lib/auth0/types/update_branding_response_content.rb +0 -2
- data/lib/auth0/types/update_connection_options.rb +2 -0
- data/lib/auth0/types/update_connection_request_content_ad.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_adfs.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_amazon.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_apple.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_auth0.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_auth0oidc.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_azure_ad.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_baidu.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_bitbucket.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_bitly.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_box.rb +12 -0
- data/lib/auth0/types/update_connection_request_content_custom.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_daccount.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_dropbox.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_dwolla.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_email.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_evernote.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_evernote_sandbox.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_exact.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_facebook.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_fitbit.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_git_hub.rb +12 -0
- data/lib/auth0/types/update_connection_request_content_google_apps.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_google_o_auth2.rb +12 -0
- data/lib/auth0/types/update_connection_request_content_instagram.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_ip.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_line.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_linkedin.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_o_auth1.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_o_auth2.rb +12 -0
- data/lib/auth0/types/update_connection_request_content_office365.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_oidc.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_okta.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_paypal.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_paypal_sandbox.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_ping_federate.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_planning_center.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_salesforce.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_salesforce_community.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_salesforce_sandbox.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_saml.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_sharepoint.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_shop.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_shopify.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_sms.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_soundcloud.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_thirty_seven_signals.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_twitter.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_untappd.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_vkontakte.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_weibo.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_windows_live.rb +12 -0
- data/lib/auth0/types/update_connection_request_content_wordpress.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_yahoo.rb +8 -0
- data/lib/auth0/types/update_connection_request_content_yandex.rb +8 -0
- data/lib/auth0/types/update_phone_template_response_content.rb +1 -1
- data/lib/auth0/types/update_tenant_settings_response_content.rb +4 -0
- data/lib/auth0/types/user_groups_response_schema.rb +14 -0
- data/lib/auth0/types/xss_protection_config.rb +14 -0
- data/lib/auth0/types/{update_branding_login_display_enum.rb → xss_protection_mode.rb} +2 -3
- data/lib/auth0/version.rb +1 -1
- data/lib/auth0.rb +17 -10
- metadata +19 -12
- data/lib/auth0/types/branding_identifiers.rb +0 -14
- data/lib/auth0/types/branding_phone_display.rb +0 -12
- data/lib/auth0/types/branding_phone_formatting_enum.rb +0 -12
- data/lib/auth0/types/branding_phone_masking_enum.rb +0 -13
- data/lib/auth0/types/update_branding_identifiers.rb +0 -14
- data/lib/auth0/types/update_branding_phone_display.rb +0 -12
- data/lib/auth0/types/update_branding_phone_formatting_enum.rb +0 -12
- data/lib/auth0/types/update_branding_phone_masking_enum.rb +0 -13
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=evernote
|
|
6
6
|
class UpdateConnectionRequestContentEvernote < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsEvernote }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=evernote-sandbox
|
|
6
6
|
class UpdateConnectionRequestContentEvernoteSandbox < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsEvernote }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=exact
|
|
6
6
|
class UpdateConnectionRequestContentExact < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsExact }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=facebook
|
|
6
6
|
class UpdateConnectionRequestContentFacebook < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsFacebook }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=fitbit
|
|
6
6
|
class UpdateConnectionRequestContentFitbit < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsFitbit }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,18 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=github
|
|
6
6
|
class UpdateConnectionRequestContentGitHub < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
15
|
+
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
16
|
+
|
|
17
|
+
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
18
|
+
|
|
7
19
|
field :options, -> { Auth0::Types::ConnectionOptionsGitHub }, optional: true, nullable: false
|
|
8
20
|
end
|
|
9
21
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=google-apps
|
|
6
6
|
class UpdateConnectionRequestContentGoogleApps < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsGoogleApps }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,18 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=google-oauth2
|
|
6
6
|
class UpdateConnectionRequestContentGoogleOAuth2 < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
15
|
+
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
16
|
+
|
|
17
|
+
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
18
|
+
|
|
7
19
|
field :options, -> { Auth0::Types::ConnectionOptionsGoogleOAuth2 }, optional: true, nullable: false
|
|
8
20
|
end
|
|
9
21
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=instagram
|
|
6
6
|
class UpdateConnectionRequestContentInstagram < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsInstagram }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=ip
|
|
6
6
|
class UpdateConnectionRequestContentIP < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Internal::Types::Hash[String, Object] }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=line
|
|
6
6
|
class UpdateConnectionRequestContentLine < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsLine }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=linkedin
|
|
6
6
|
class UpdateConnectionRequestContentLinkedin < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsLinkedin }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=oauth1
|
|
6
6
|
class UpdateConnectionRequestContentOAuth1 < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsOAuth1 }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,18 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=oauth2
|
|
6
6
|
class UpdateConnectionRequestContentOAuth2 < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
15
|
+
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
16
|
+
|
|
17
|
+
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
18
|
+
|
|
7
19
|
field :options, -> { Auth0::Types::ConnectionOptionsOAuth2 }, optional: true, nullable: false
|
|
8
20
|
end
|
|
9
21
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=office365
|
|
6
6
|
class UpdateConnectionRequestContentOffice365 < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsOffice365 }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=oidc
|
|
6
6
|
class UpdateConnectionRequestContentOidc < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsOidc }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=okta
|
|
6
6
|
class UpdateConnectionRequestContentOkta < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsOkta }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=paypal
|
|
6
6
|
class UpdateConnectionRequestContentPaypal < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsPaypal }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=paypal-sandbox
|
|
6
6
|
class UpdateConnectionRequestContentPaypalSandbox < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsPaypal }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=pingfederate
|
|
6
6
|
class UpdateConnectionRequestContentPingFederate < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsPingFederate }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=planningcenter
|
|
6
6
|
class UpdateConnectionRequestContentPlanningCenter < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsPlanningCenter }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=salesforce
|
|
6
6
|
class UpdateConnectionRequestContentSalesforce < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSalesforce }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=salesforce-community
|
|
6
6
|
class UpdateConnectionRequestContentSalesforceCommunity < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSalesforceCommunity }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=salesforce-sandbox
|
|
6
6
|
class UpdateConnectionRequestContentSalesforceSandbox < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSalesforce }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=samlp
|
|
6
6
|
class UpdateConnectionRequestContentSAML < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSAML }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=sharepoint
|
|
6
6
|
class UpdateConnectionRequestContentSharepoint < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSharepoint }, optional: true, nullable: false
|
|
8
16
|
|
|
9
17
|
field :show_as_button, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=shop
|
|
6
6
|
class UpdateConnectionRequestContentShop < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsShop }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=shopify
|
|
6
6
|
class UpdateConnectionRequestContentShopify < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsShopify }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=sms
|
|
6
6
|
class UpdateConnectionRequestContentSms < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSms }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=soundcloud
|
|
6
6
|
class UpdateConnectionRequestContentSoundcloud < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsSoundcloud }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=thirtysevensignals
|
|
6
6
|
class UpdateConnectionRequestContentThirtySevenSignals < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsThirtySevenSignals }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=twitter
|
|
6
6
|
class UpdateConnectionRequestContentTwitter < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsTwitter }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=untappd
|
|
6
6
|
class UpdateConnectionRequestContentUntappd < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsUntappd }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=vkontakte
|
|
6
6
|
class UpdateConnectionRequestContentVkontakte < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsVkontakte }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=weibo
|
|
6
6
|
class UpdateConnectionRequestContentWeibo < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsWeibo }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,18 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=windowslive
|
|
6
6
|
class UpdateConnectionRequestContentWindowsLive < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
15
|
+
field :authentication, -> { Auth0::Types::ConnectionAuthenticationPurpose }, optional: true, nullable: false
|
|
16
|
+
|
|
17
|
+
field :connected_accounts, -> { Auth0::Types::ConnectionConnectedAccountsPurpose }, optional: true, nullable: false
|
|
18
|
+
|
|
7
19
|
field :options, -> { Auth0::Types::ConnectionOptionsWindowsLive }, optional: true, nullable: false
|
|
8
20
|
end
|
|
9
21
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=wordpress
|
|
6
6
|
class UpdateConnectionRequestContentWordpress < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsWordpress }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=yahoo
|
|
6
6
|
class UpdateConnectionRequestContentYahoo < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsYahoo }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|
|
@@ -4,6 +4,14 @@ module Auth0
|
|
|
4
4
|
module Types
|
|
5
5
|
# Update a connection with strategy=yandex
|
|
6
6
|
class UpdateConnectionRequestContentYandex < Internal::Types::Model
|
|
7
|
+
field :display_name, -> { String }, optional: true, nullable: false
|
|
8
|
+
|
|
9
|
+
field :enabled_clients, -> { Internal::Types::Array[String] }, optional: true, nullable: false
|
|
10
|
+
|
|
11
|
+
field :is_domain_connection, -> { Internal::Types::Boolean }, optional: true, nullable: false
|
|
12
|
+
|
|
13
|
+
field :metadata, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false
|
|
14
|
+
|
|
7
15
|
field :options, -> { Auth0::Types::ConnectionOptionsYandex }, optional: true, nullable: false
|
|
8
16
|
end
|
|
9
17
|
end
|