module:model/RecipientSAMLAuthentication

module:model/RecipientSAMLAuthentication

new module:model/RecipientSAMLAuthentication()

Source:

Constructs a new RecipientSAMLAuthentication.
Contains the name/value pair information for the SAML assertion attributes: * name - The name of the SAML assertion attribute. * value - The value associated with the named SAML assertion attribute. Your account must be set up to use SSO to use this.

Members

(inner) samlAssertionAttributes :Array.<module:model/SamlAssertionAttribute>

Source:
Type:

Methods

(static) constructFromObject(data, obj) → {module:model/RecipientSAMLAuthentication}

Source:

Constructs a RecipientSAMLAuthentication from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/RecipientSAMLAuthentication

Optional instance to populate.

Returns:

The populated RecipientSAMLAuthentication instance.

Type
module:model/RecipientSAMLAuthentication