Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 845 Bytes

UpdateInstanceAuthConfig200Response.md

File metadata and controls

28 lines (22 loc) · 845 Bytes

ClerkBackend::UpdateInstanceAuthConfig200Response

Properties

Name Type Description Notes
object String String representing the object's type. Objects of the same type share the same value. [optional]
id String [optional]
restricted_to_allowlist Boolean [optional]
from_email_address String [optional]
progressive_sign_up Boolean [optional]
enhanced_email_deliverability Boolean [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::UpdateInstanceAuthConfig200Response.new(
  object: null,
  id: null,
  restricted_to_allowlist: null,
  from_email_address: null,
  progressive_sign_up: null,
  enhanced_email_deliverability: null
)