Sha256: 32706cb1ea2364f82de831d3cd88195bd58ea1a2749fc35b98d0cb4ed9684e20

Contents?: true

Size: 1.37 KB

Versions: 7

Compression:

Stored size: 1.37 KB

Contents

# TalonOne::NewSamlConnection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**x509certificate** | **String** | X.509 Certificate. | 
**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::NewSamlConnection.new(x509certificate: null,
                                 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/NewSamlConnection.md
talon_one-2.4.0 docs/NewSamlConnection.md
talon_one-2.3.0 docs/NewSamlConnection.md
talon_one-2.2.0 docs/NewSamlConnection.md
talon_one-2.1.1 docs/NewSamlConnection.md
talon_one-2.1.0 docs/NewSamlConnection.md
talon_one-2.0.0 docs/NewSamlConnection.md