Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 959 Bytes

BaseSamlConnection.md

File metadata and controls

17 lines (13 loc) · 959 Bytes

BaseSamlConnection

Properties

Name Type Description Notes
account_id int The ID of the account that owns this entity.
name str ID of the SAML service.
enabled bool Determines if this SAML connection active.
issuer str Identity Provider Entity ID.
sign_on_url str Single Sign-On URL.
sign_out_url str Single Sign-Out URL. [optional]
metadata_url str Metadata URL. [optional]
audience_uri str 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]

[Back to Model list] [Back to API list] [Back to README]