OapiAuthorizationRbacRoleActionUpdateRequest.py 406 B

12345678910111213141516
  1. '''
  2. Created by auto_sdk on 2021.01.20
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class OapiAuthorizationRbacRoleActionUpdateRequest(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. self.agent_id = None
  9. self.open_action = None
  10. self.open_role_id = None
  11. def getHttpMethod(self):
  12. return 'POST'
  13. def getapiname(self):
  14. return 'dingtalk.oapi.authorization.rbac.role.action.update'