Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 732 Bytes

InstanceRestrictions.md

File metadata and controls

26 lines (20 loc) · 732 Bytes

ClerkBackend::InstanceRestrictions

Properties

Name Type Description Notes
object String String representing the object's type. Objects of the same type share the same value. [optional]
allowlist Boolean [optional]
blocklist Boolean [optional]
block_email_subaddresses Boolean [optional]
ignore_dots_for_gmail_addresses Boolean [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::InstanceRestrictions.new(
  object: null,
  allowlist: null,
  blocklist: null,
  block_email_subaddresses: null,
  ignore_dots_for_gmail_addresses: null
)