LassoSamlAttribute
LassoSamlAttribute * lasso_saml_attribute_new (void);
void
Creates a new LassoSamlAttribute object.
a newly created LassoSamlAttribute object
struct LassoSamlAttribute { LassoSamlAttributeDesignator parent; gchar *attributeName; gchar *attributeNameSpace; GList *AttributeValue; /* of LassoNode */ };