new module:model/SamlAssertionAttribute()
- Source:
Constructs a new SamlAssertionAttribute
.
Members
(inner) errorDetails :module:model/ErrorDetails
- Source:
Type:
(inner) name :String
- Source:
Type:
- String
(inner) originalValue :String
- Source:
The initial value of the tab when it was sent to the recipient.
Type:
- String
(inner) value :String
- Source:
The value associated with the named SAML assertion attribute
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/SamlAssertionAttribute}
- Source:
Constructs a SamlAssertionAttribute
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/SamlAssertionAttribute | Optional instance to populate. |
Returns:
The populated SamlAssertionAttribute
instance.