Sha256: 93c15b46483f029b9094d0623d7d3d8b54a839c26f13f4090e34218508354dda
Contents?: true
Size: 501 Bytes
Versions: 3
Compression:
Stored size: 501 Bytes
Contents
# TalonOne::SamlLoginEndpoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the SAML login endpoint. | **name** | **String** | ID of the SAML service. | **login_url** | **String** | The single sign-on URL. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::SamlLoginEndpoint.new(id: 2, name: null, login_url: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/SamlLoginEndpoint.md |
talon_one-6.0.0 | docs/SamlLoginEndpoint.md |
talon_one-5.0.0 | docs/SamlLoginEndpoint.md |