Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 427 Bytes

SAMLConnections.md

File metadata and controls

20 lines (14 loc) · 427 Bytes

ClerkBackend::SAMLConnections

Properties

Name Type Description Notes
data Array<SchemasSAMLConnection>
total_count Integer Total number of SAML Connections

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::SAMLConnections.new(
  data: null,
  total_count: null
)