UpdateByURLParameters

data class UpdateByURLParameters(val connectionId: String, val metadataUrl: String)

Data class used for wrapping the parameters for a SAML update by URL request

Constructors

Link copied to clipboard
constructor(connectionId: String, metadataUrl: String)

Properties

Link copied to clipboard

Globally unique UUID that identifies a specific SAML Connection.

Link copied to clipboard

A URL that points to the IdP metadata. This will be provided by the IdP.