Directly pass EnvironmentUser to CSP User upsert

This commit is contained in:
tomdds 2019-08-30 09:57:42 -04:00
parent 9712e6896e
commit e5e9f5a3e2

View File

@ -51,8 +51,8 @@ class CloudProviderInterface:
Arguments:
auth_credentials -- Object containing CSP account credentials
user_info -- object containing user data, if it has a csp_user_id
it will try to update a user with that id
user_info -- instance of EnvironmentRole containing user data
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: