Name | Type | Description | Notes |
---|---|---|---|
data | Array<SchemasSAMLConnection> | ||
total_count | Integer | Total number of SAML Connections |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::SAMLConnections.new(
data: null,
total_count: null
)
Name | Type | Description | Notes |
---|---|---|---|
data | Array<SchemasSAMLConnection> | ||
total_count | Integer | Total number of SAML Connections |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::SAMLConnections.new(
data: null,
total_count: null
)