Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 447 Bytes

SamlConnectionInternal.md

File metadata and controls

19 lines (12 loc) · 447 Bytes

TalonOne::SamlConnectionInternal

Properties

Name Type Description Notes
name String ID of the SAML service.
metadata_document String Identity Provider metadata XML document.

Code Sample

require 'TalonOne'

instance = TalonOne::SamlConnectionInternal.new(name: null,
                                 metadata_document: null)