swagger_server.models.all_user_roles module¶
-
class
swagger_server.models.all_user_roles.
AllUserRoles
(user_id: str = None, roles_map: Dict[str, List[int]] = None)[source]¶ Bases:
swagger_server.models.base_model_.Model
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
classmethod
from_dict
(dikt) → swagger_server.models.all_user_roles.AllUserRoles[source]¶ Returns the dict as a model
Parameters: dikt – A dict. Type: dict Returns: The all_user_roles of this AllUserRoles. # noqa: E501 Return type: AllUserRoles
-
roles_map
¶ Gets the roles_map of this AllUserRoles.
Domain and site roles # noqa: E501
Returns: The roles_map of this AllUserRoles. Return type: Dict[str, List[int]]
-
user_id
¶ Gets the user_id of this AllUserRoles.
Returns: The user_id of this AllUserRoles. Return type: str
-
classmethod