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