Sha256: c7ba7936d88f905e6725476303dc151a1394bf1646e33062aab0b4f6b2e0497c

Contents?: true

Size: 1.26 KB

Versions: 7

Compression:

Stored size: 1.26 KB

Contents

# TalonOne::BaseSamlConnection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::BaseSamlConnection.new(account_id: null,
                                 name: null,
                                 enabled: null,
                                 issuer: null,
                                 sign_on_url: null,
                                 sign_out_url: null,
                                 metadata_url: null,
                                 audience_uri: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/BaseSamlConnection.md
talon_one-2.4.0 docs/BaseSamlConnection.md
talon_one-2.3.0 docs/BaseSamlConnection.md
talon_one-2.2.0 docs/BaseSamlConnection.md
talon_one-2.1.1 docs/BaseSamlConnection.md
talon_one-2.1.0 docs/BaseSamlConnection.md
talon_one-2.0.0 docs/BaseSamlConnection.md