Sha256: 67d891aa9fa84acbe1fd5e83db06fe194b27f097ec2c75cd2b0bf307df6d70ee
Contents?: true
Size: 447 Bytes
Versions: 3
Compression:
Stored size: 447 Bytes
Contents
# TalonOne::SamlConnectionInternal ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | ID of the SAML service. | **metadata_document** | **String** | Identity Provider metadata XML document. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::SamlConnectionInternal.new(name: null, metadata_document: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/SamlConnectionInternal.md |
talon_one-6.0.0 | docs/SamlConnectionInternal.md |
talon_one-5.0.0 | docs/SamlConnectionInternal.md |