Specify return type of create_or_update_user
This commit is contained in:
@@ -55,8 +55,8 @@ class CloudProviderInterface:
|
|||||||
if it has a csp_user_id it will try to update that user
|
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
|
csp_role_id -- The id of the role the user should be given in the CSP
|
||||||
|
|
||||||
Raises:
|
Returns:
|
||||||
NotImplementedError: [description]
|
string: Returns the interal csp_user_id of the created/updated user account
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user