Sha256: 096254e25ff267a95cb01685de798f35e3a0014fa7c2b19f477927fcf3ac7cf8

Contents?: true

Size: 1.65 KB

Versions: 6

Compression:

Stored size: 1.65 KB

Contents

# TalonOne::SamlConnection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assertion_consumer_service_url** | **String** | The location where the SAML assertion is sent with a HTTP POST. | 
**account_id** | **Integer** | The ID of the account that owns this entity. | 
**name** | **String** | ID of the SAML service. | 
**enabled** | **Boolean** | Determines if this SAML connection active. | 
**issuer** | **String** | Identity Provider Entity ID. | 
**sign_on_url** | **String** | Single Sign-On URL. | 
**sign_out_url** | **String** | Single Sign-Out URL. | [optional] 
**metadata_url** | **String** | Metadata URL. | [optional] 
**audience_uri** | **String** | The application-defined unique identifier that is the intended audience of the SAML assertion. This is most often the SP Entity ID of your application. When not specified, the ACS URL will be used.  | 
**id** | **Integer** | Internal ID of this entity. | 
**created** | **DateTime** | The time this entity was created. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::SamlConnection.new(assertion_consumer_service_url: null,
                                 account_id: 3885,
                                 name: null,
                                 enabled: null,
                                 issuer: null,
                                 sign_on_url: null,
                                 sign_out_url: null,
                                 metadata_url: null,
                                 audience_uri: null,
                                 id: 6,
                                 created: 2020-06-10T09:05:27.993483Z)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/SamlConnection.md
talon_one-6.0.0 docs/SamlConnection.md
talon_one-5.0.0 docs/SamlConnection.md
talon_one-3.0.2 docs/SamlConnection.md
talon_one-3.0.1 docs/SamlConnection.md
talon_one-3.0.0 docs/SamlConnection.md