diff options
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lasso.py b/python/lasso.py index 0ad484f8..07d7a206 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -339,6 +339,9 @@ class RegisterNameIdentifierRequest(Node): ret = Node(_obj=ret) return ret + def changeAttributeNamesIdentifiers(self): + lassomod.register_name_identifier_request_change_attribute_names_identifiers(self); + class RegisterNameIdentifierResponse(Node): def __init__(self, providerID, |
