Specify return type of create_or_update_user

This commit is contained in:
tomdds 2019-09-03 10:41:45 -04:00
parent 8d3f488d6d
commit 74ad006428

View File

@ -55,8 +55,8 @@ class CloudProviderInterface:
if it has a csp_user_id it will try to update that user
csp_role_id -- The id of the role the user should be given in the CSP
Raises:
NotImplementedError: [description]
Returns:
string: Returns the interal csp_user_id of the created/updated user account
"""
raise NotImplementedError()