Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 545 Bytes

SchemasSAMLConnectionAttributeMapping.md

File metadata and controls

24 lines (18 loc) · 545 Bytes

ClerkBackend::SchemasSAMLConnectionAttributeMapping

Properties

Name Type Description Notes
user_id String [optional]
email_address String [optional]
first_name String [optional]
last_name String [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::SchemasSAMLConnectionAttributeMapping.new(
  user_id: null,
  email_address: null,
  first_name: null,
  last_name: null
)