MergeHRISClient::LinkedAccountCommonModelScopeDeserializerRequest Properties Name Type Description Notes common_models Array<IndividualCommonModelScopeDeserializerRequest> The common models you want to update the scopes for Example require 'merge_hris_client' instance = MergeHRISClient::LinkedAccountCommonModelScopeDeserializerRequest.new( common_models: [{"model_name":"Employee","model_permissions":{"READ":{"is_enabled":true},"WRITE":{"is_enabled":false}},"field_permissions":{"enabled_fields":["avatar","home_location"],"disabled_fields":["work_location"]}},{"model_name":"Benefit","model_permissions":{"WRITE":{"is_enabled":false}}}] )